This commit is contained in:
Peter Maquiran
2022-09-29 16:43:32 +01:00
parent 8c729e900d
commit a5521585c7
6 changed files with 23 additions and 28 deletions
+1
View File
@@ -72,6 +72,7 @@ export interface Message {
msg: string;
ts: Ts;
u: U;
from: 'Offline'|'History'|'stream'| 'send'
t: string;
_updatedAt: '';
mentions: any[];