feat: add hide/close DM support (Slack-style DM management) (#157)

Co-authored-by: Tyler Longwell <tlongwell@squareup.com>
This commit is contained in:
Wes
2026-03-22 09:00:45 -07:00
committed by GitHub
co-authored by Tyler Longwell
parent 9d6e82b173
commit dfe32bfb2c
19 changed files with 272 additions and 14 deletions
+1
View File
@@ -57,6 +57,7 @@ CREATE TABLE channel_members (
invited_by BYTEA,
removed_at TIMESTAMPTZ,
removed_by BYTEA,
hidden_at TIMESTAMPTZ,
PRIMARY KEY (channel_id, pubkey)
);