mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 12:10:28 +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
|
|
@ -87,14 +87,6 @@ export function openReadReceipts(roomId, userIds) {
|
|||
});
|
||||
}
|
||||
|
||||
export function openRoomOptions(cords, roomId) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_ROOMOPTIONS,
|
||||
cords,
|
||||
roomId,
|
||||
});
|
||||
}
|
||||
|
||||
export function replyTo(userId, eventId, body) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.CLICK_REPLY_TO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue