settings: Add default for INLINE_URL_EMBED_PREVIEW.

Tweaked by tabbott to improve the documentation around this setting
and its INLINE_IMAGE_PREVIEW cousin.
This commit is contained in:
vbNETonIce 2017-07-29 15:06:52 +02:00 committed by Tim Abbott
parent 9e5d814610
commit 4a5f82bc71
1 changed files with 8 additions and 2 deletions

View File

@ -171,8 +171,14 @@ FEEDBACK_EMAIL = ZULIP_ADMINISTRATOR
#BROWSER_ERROR_REPORTING = False
# Controls whether or not Zulip will provide inline image preview when
# a link to an image is referenced in a message.
INLINE_IMAGE_PREVIEW = True
# a link to an image is referenced in a message. Note: this feature
# can also be disabled in a realm's organization settings.
#INLINE_IMAGE_PREVIEW = True
# Controls whether or not Zulip will provide inline previews of
# websites that are referenced in links in messages. Note: this feature
# can also be disabled in a realm's organization settings.
#INLINE_URL_EMBED_PREVIEW = False
# Controls whether or not Zulip will parse links starting with
# "file:///" as a hyperlink (useful if you have e.g. an NFS share).