summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-07-19 21:39:27 +0500
committerCorey Hulen <corey@hulen.com>2016-07-19 08:39:27 -0800
commitee1d189e5c4b76acbfd34a6f4d4d1bc5340db3b9 (patch)
tree1a2c95356c78052a12b8648572da0dbd3babd4c5 /webapp/utils/constants.jsx
parent3604f925a87dfd4558cef7c3950440cf57c44ffc (diff)
downloadchat-ee1d189e5c4b76acbfd34a6f4d4d1bc5340db3b9.tar.gz
chat-ee1d189e5c4b76acbfd34a6f4d4d1bc5340db3b9.tar.bz2
chat-ee1d189e5c4b76acbfd34a6f4d4d1bc5340db3b9.zip
PLT-3644 - Updating link previews behaviour (#3620)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 3dd507540..f0b3f30c9 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -43,7 +43,7 @@ export const Preferences = {
CHANNEL_DISPLAY_MODE: 'channel_display_mode',
CHANNEL_DISPLAY_MODE_CENTERED: 'centered',
CHANNEL_DISPLAY_MODE_FULL_SCREEN: 'full',
- CHANNEL_DISPLAY_MODE_DEFAULT: 'centered',
+ CHANNEL_DISPLAY_MODE_DEFAULT: 'full',
MESSAGE_DISPLAY: 'message_display',
MESSAGE_DISPLAY_CLEAN: 'clean',
MESSAGE_DISPLAY_COMPACT: 'compact',