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:
parent
28715f7949
commit
12eab21c83
@ -19,4 +19,7 @@
|
||||
export interface MessageAcknowledgeSchema {
|
||||
manual?: boolean;
|
||||
mention_count?: number;
|
||||
flags?: number;
|
||||
last_viewed?: number;
|
||||
token?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user