Add support for REDACT #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "redact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
References: https://github.com/ircv3/ircv3-specifications/pull/524
f798c849ca
to6ae36e28e7
Should we keep a log of redacted message IDs, instead of adding a
Message.redacted
column? This would play better with chathistory, in particular with infinite scrolling.However, this wouldn't work when navigating to a particular message which isn't in the DB (
CHATHISTORY BETWEEN
).WIP: Add support for REDACTto Add support for REDACT