fix(search): make closed DM search work correctly (#37)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS fluxer.user_dm_history (
|
||||
user_id bigint,
|
||||
channel_id bigint,
|
||||
PRIMARY KEY ((user_id), channel_id)
|
||||
);
|
||||
Reference in New Issue
Block a user