oops thats not the event type!
This commit is contained in:
parent
729f71e529
commit
6fe5677a13
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ChatBox extends HookConsumerWidget {
|
||||||
|
|
||||||
final canSendMessages = ref.watch(
|
final canSendMessages = ref.watch(
|
||||||
PowerLevelController.provider(
|
PowerLevelController.provider(
|
||||||
PowerLevelConfig(eventType: "m.room.redaction"),
|
PowerLevelConfig(eventType: "m.room.message"),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue