Disable status preview in the chat posting form
This commit is contained in:
parent
f05f832bff
commit
45901c8da6
3 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue