add chat offline

This commit is contained in:
Peter Maquiran
2022-02-02 20:16:12 +01:00
parent 58e9698264
commit 33cce0fd44
7 changed files with 134 additions and 49 deletions
+4 -4
View File
@@ -59,7 +59,7 @@ interface FirstUnread {
msg: string;
ts: Ts2;
u: U2;
_updatedAt: UpdatedAt2;
_updatedAt: string;
mentions: any[];
channels: any[];
}
@@ -72,7 +72,7 @@ export interface Message {
ts: Ts;
u: U;
t: string;
_updatedAt: UpdatedAt;
_updatedAt: '';
mentions: any[];
channels: any[];
attachments: Attachment[];
@@ -232,7 +232,7 @@ interface FirstUnread {
msg: string;
ts: Ts2;
u: U2;
_updatedAt: UpdatedAt2;
_updatedAt: string;
mentions: any[];
channels: any[];
}
@@ -245,7 +245,7 @@ export interface Message {
ts: Ts;
u: U;
t: string;
_updatedAt: UpdatedAt;
_updatedAt: '';
mentions: any[];
channels: any[];
attachments: Attachment[];