refactor: clients now have a single websocket that handles all rooms the user is in
This commit is contained in:
@@ -57,7 +57,6 @@ CREATE TABLE IF NOT EXISTS message_ (
|
||||
|
||||
CREATE TABLE ws_token_ (
|
||||
token TEXT PRIMARY KEY,
|
||||
room_id INT NOT NULL,
|
||||
expires_at TIMESTAMPTZ NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user