mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-03-30 04:27:01 +02: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>[
|
: <Widget>[
|
||||||
if (room.canSendDefaultMessages)
|
if (room.canSendDefaultStates)
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: L10n.of(context).videoCall,
|
tooltip: L10n.of(context).videoCall,
|
||||||
icon: Icon(Icons.video_call_outlined),
|
icon: Icon(Icons.video_call_outlined),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user