From 39519fc5c6dc1930af3e7743f78723ca5e3d179c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 14 May 2021 13:28:04 -0700 Subject: [PATCH] help: Use a tip to highlight giphy self-hosting situation. --- .../zerver/help/animated-gifs-from-giphy.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/templates/zerver/help/animated-gifs-from-giphy.md b/templates/zerver/help/animated-gifs-from-giphy.md index 95601a189b..218f74f9ae 100644 --- a/templates/zerver/help/animated-gifs-from-giphy.md +++ b/templates/zerver/help/animated-gifs-from-giphy.md @@ -1,5 +1,10 @@ # Animated GIFs from GIPHY +!!! tip "" + This feature is not available on self-hosted Zulip servers where + the [GIPHY integration][configure-giphy] has not been configured + by a system administrator. + Zulip integrates with [GIPHY](https://giphy.com), allowing you to conveniently search for animated GIFs and include them in your messages. @@ -19,6 +24,9 @@ You can [preview the message](/help/preview-your-message-before-sending) before sending to see what the message will look like. +Note that some organizations disable [previews of linked +images](/help/allow-image-link-previews). + ## Restrict maximum rating of GIFs retrieved from GIPHY {!admin-only.md!} @@ -50,14 +58,5 @@ Zulip proxies all external images in messages through the server, including those from GIPHY, to prevent images from being used to track recipients of GIFs from GIPHY. -## Troubleshooting +[configure-giphy]: https://zulip.readthedocs.io/en/stable/production/giphy-gif-integration.html -* If you don't see the GIPHY icon, this is likely because you are - using a self-hosted Zulip server that has not [configured the GIPHY - integration][configure-giphy]. - -[configure-giphy]: https://zulip.readthedocs.io/en/latest/production/giphy-gif-integration.html - -* If your GIFs only appear as links after sending them, this is likely -because the organization has disabled [previews of linked -images](/help/allow-image-link-previews).