mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
fix: Permission to send video call
This commit is contained in:
parent
49d5f867c9
commit
4de6d16456
@ -663,7 +663,7 @@ class _ChatState extends State<Chat> {
|
||||
),
|
||||
]
|
||||
: <Widget>[
|
||||
if (room.canSendDefaultMessages)
|
||||
if (room.canSendDefaultStates)
|
||||
IconButton(
|
||||
tooltip: L10n.of(context).videoCall,
|
||||
icon: Icon(Icons.video_call_outlined),
|
||||
|
Loading…
Reference in New Issue
Block a user