mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-06 23:19:47 +00:00
Fix message ack schema
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,7 @@
|
||||
export interface MessageAcknowledgeSchema {
|
||||
manual?: boolean;
|
||||
mention_count?: number;
|
||||
flags?: ReadStateFlags;
|
||||
flags?: ReadStateFlags | 0;
|
||||
last_viewed?: number;
|
||||
token?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user