Add support for incoming REDACT

This does not include support for redacting messages, only reading
incoming REDACT messages.

See: https://github.com/ircv3/ircv3-specifications/pull/524
This commit is contained in:
delthas 2025-02-05 17:51:06 +01:00 committed by Simon Ser
parent ca0cfdcc28
commit 7dd21177bc
4 changed files with 21 additions and 4 deletions

View file

@ -21,6 +21,7 @@ const permanentCaps = [
"draft/account-registration",
"draft/chathistory",
"draft/extended-monitor",
"draft/message-redaction",
"draft/read-marker",
"soju.im/bouncer-networks",