Matrix: fix typecheck and boundary drift

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 07:59:01 -04:00
parent c4a4050ce4
commit f69450b170
24 changed files with 170 additions and 95 deletions

View File

@@ -51,6 +51,7 @@ export const CHANNEL_MESSAGE_ACTION_NAMES = [
"timeout",
"kick",
"ban",
"set-profile",
"set-presence",
"download-file",
] as const;