Add setting for disabling inline image preview.

(imported from commit 2321390eb14cfe5701347861b9ae5ad6fdac0cbb)
This commit is contained in:
Tim Abbott
2013-11-14 08:37:39 -05:00
parent f9707dd903
commit 870ae09aae
3 changed files with 10 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
'FEEDBACK_BOT_NAME': 'Zulip Feedback Bot',
'API_SUPER_USERS': set(),
'ADMINS': '',
'INLINE_IMAGE_PREVIEW': True,
'ENABLE_FEEDBACK': True,
}