1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00

Add missing fields to MessageAcknowledgeSchema

I'm not entirely sure what these fields do, but I've added them to make the client happy.
This commit is contained in:
SupremeMortal 2024-09-15 17:41:07 +01:00
parent 28715f7949
commit 12eab21c83
No known key found for this signature in database

View File

@ -19,4 +19,7 @@
export interface MessageAcknowledgeSchema {
manual?: boolean;
mention_count?: number;
flags?: number;
last_viewed?: number;
token?: string;
}