Added working message commands
Also fixed up the subscription forwarder which was sending the wrong type. Oops
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user