add redact PL check

This commit is contained in:
Henry Hiles 2026-04-05 22:00:34 -04:00
commit b80bd557dd
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 16 additions and 3 deletions

View file

@ -63,7 +63,7 @@ class ChatBox extends HookConsumerWidget {
final canSendMessages = ref.watch(
PowerLevelController.provider(
PowerLevelConfig(eventType: "m.room.message"),
PowerLevelConfig(eventType: "m.room.redaction"),
),
);