Apply reactions optimistically
This commit is contained in:
parent
18abe93022
commit
03eaa9eb3e
6 changed files with 54 additions and 33 deletions
|
@ -179,15 +179,6 @@ export type MessageType = {
|
|||
reactions?: Array<{
|
||||
emoji: string;
|
||||
timestamp: number;
|
||||
from: {
|
||||
id: string;
|
||||
color?: string;
|
||||
avatarPath?: string;
|
||||
name?: string;
|
||||
profileName?: string;
|
||||
isMe?: boolean;
|
||||
phoneNumber?: string;
|
||||
};
|
||||
}>;
|
||||
deletedForEveryone?: boolean;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue