Remove old comments [skip ci]
This commit is contained in:
parent
9464b2bf78
commit
24f5f7d0b6
1 changed files with 0 additions and 2 deletions
|
|
@ -126,7 +126,6 @@ class ChatBox extends HookConsumerWidget {
|
|||
),
|
||||
],
|
||||
icon: Icon(Icons.add),
|
||||
// enabled: room.canSendDefaultMessages, TODO: Permissions check
|
||||
),
|
||||
Expanded(
|
||||
child: FlutterTagger(
|
||||
|
|
@ -169,7 +168,6 @@ class ChatBox extends HookConsumerWidget {
|
|||
),
|
||||
IconButton(
|
||||
onPressed: !canSendMessages ? null : send,
|
||||
// onPressed: room.canSendDefaultMessages ? send : null,
|
||||
icon: Icon(Icons.send),
|
||||
tooltip: "Send message",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue