Add ability to search room messages
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -73,8 +73,6 @@ class Navigation extends EventEmitter {
|
||||
this.emit(cons.events.navigation.SPACE_SELECTED, this.selectedSpaceId);
|
||||
},
|
||||
[cons.actions.navigation.SELECT_ROOM]: () => {
|
||||
if (this.selectedRoomId === action.roomId) return;
|
||||
|
||||
const prevSelectedRoomId = this.selectedRoomId;
|
||||
this.selectedRoomId = action.roomId;
|
||||
this.removeRecentRoom(prevSelectedRoomId);
|
||||
|
||||
Reference in New Issue
Block a user