mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Refactor room options
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
ba6d9d0c23
commit
60c44da974
8 changed files with 90 additions and 148 deletions
|
|
@ -126,13 +126,6 @@ class Navigation extends EventEmitter {
|
|||
action.userIds,
|
||||
);
|
||||
},
|
||||
[cons.actions.navigation.OPEN_ROOMOPTIONS]: () => {
|
||||
this.emit(
|
||||
cons.events.navigation.ROOMOPTIONS_OPENED,
|
||||
action.cords,
|
||||
action.roomId,
|
||||
);
|
||||
},
|
||||
[cons.actions.navigation.CLICK_REPLY_TO]: () => {
|
||||
this.emit(
|
||||
cons.events.navigation.REPLY_TO_CLICKED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue