mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-25 19:00:45 +01:00
fix: React if not allowed
This commit is contained in:
parent
3eeb9a96e5
commit
0146767e8a
@ -947,6 +947,7 @@ class _ChatState extends State<Chat> {
|
|||||||
duration: Duration(milliseconds: 300),
|
duration: Duration(milliseconds: 300),
|
||||||
height: (editEvent == null &&
|
height: (editEvent == null &&
|
||||||
replyEvent == null &&
|
replyEvent == null &&
|
||||||
|
room.canSendDefaultMessages &&
|
||||||
selectedEvents.length == 1)
|
selectedEvents.length == 1)
|
||||||
? 56
|
? 56
|
||||||
: 0,
|
: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user