Disable status preview in the chat posting form

This commit is contained in:
eugenijm 2020-07-06 16:55:29 +03:00
parent f05f832bff
commit 45901c8da6
3 changed files with 6 additions and 1 deletions

View file

@ -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"