mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-14 06:42:25 +03:00
added ReadReceipts component
This commit is contained in:
parent
3da1fbf6ca
commit
8d4e796f42
5 changed files with 99 additions and 0 deletions
|
@ -54,6 +54,13 @@ class Navigation extends EventEmitter {
|
|||
action.cords, action.requestEmojiCallback,
|
||||
);
|
||||
},
|
||||
[cons.actions.navigation.OPEN_READRECEIPTS]: () => {
|
||||
this.emit(
|
||||
cons.events.navigation.READRECEIPTS_OPENED,
|
||||
action.roomId,
|
||||
action.eventId,
|
||||
);
|
||||
},
|
||||
};
|
||||
actions[action.type]?.();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue