aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2020-07-06 16:55:29 +0300
committereugenijm <eugenijm@protonmail.com>2020-07-08 15:21:31 +0300
commit45901c8da654bbeaae71cc484ea08f39a332baa7 (patch)
tree50a83c828e1e7471bcccaaf535924b62c7c29039 /src/components/chat
parentf05f832bff58034d78de9478ae2dbb06284dea75 (diff)
Disable status preview in the chat posting form
Diffstat (limited to 'src/components/chat')
-rw-r--r--src/components/chat/chat.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue
index 62b72e14..2e4538c8 100644
--- a/src/components/chat/chat.vue
+++ b/src/components/chat/chat.vue
@@ -75,6 +75,7 @@
:disable-polls="true"
:disable-sensitivity-checkbox="true"
:disable-submit="errorLoadingChat || !currentChat"
+ :disable-preview="true"
:post-handler="sendMessage"
:submit-on-enter="!mobileLayout"
:preserve-focus="!mobileLayout"