mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
parent
20443f8a4d
commit
c9ec161ccc
10 changed files with 348 additions and 7 deletions
|
|
@ -97,6 +97,13 @@ function replyTo(userId, eventId, body) {
|
|||
});
|
||||
}
|
||||
|
||||
function openSearch(term) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_SEARCH,
|
||||
term,
|
||||
});
|
||||
}
|
||||
|
||||
export {
|
||||
selectTab,
|
||||
selectSpace,
|
||||
|
|
@ -111,4 +118,5 @@ export {
|
|||
openReadReceipts,
|
||||
openRoomOptions,
|
||||
replyTo,
|
||||
openSearch,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue