Added working message commands

Also fixed up the subscription forwarder which was sending the wrong
type. Oops
This commit is contained in:
2026-05-31 14:16:49 -07:00
parent 0e3600c31f
commit 598a8624f5
6 changed files with 286 additions and 27 deletions
@@ -7,7 +7,7 @@ CREATE TABLE messages (
id BIGSERIAL PRIMARY KEY,
room room_id NOT NULL,
body TEXT NOT NULL,
signature TEXT NOT NULL,
signature BYTEA NOT NULL,
client_timestamp BIGINT NOT NULL,
server_timestamp BIGINT NOT NULL,
username user_t NOT NULL,