Merge branch 'chat-refactor' into shigusegubu-themes3
This commit is contained in:
commit
a50790ecff
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
:disable-preview="!isConversation"
|
:disable-preview="!isConversation"
|
||||||
:disable-draft="!isConversation"
|
:disable-draft="!isConversation"
|
||||||
|
|
||||||
:disable-submit="isConversation ? !!replyStatus : (errorLoadingChat || !chat)"
|
:disable-submit="isConversation ? !replyStatus : (errorLoadingChat || !chat)"
|
||||||
:optimistic-posting="!isConversation"
|
:optimistic-posting="!isConversation"
|
||||||
|
|
||||||
chat-view
|
chat-view
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue