You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/state
Audric Ackermann bfda4c7c01
fix: make sure a convo exists before returning it in search results
There is an edge case if you are in the search results page, and delete
(or get a convo deleted from the network).
The corresponding convo does not exist anymore but the search result
selector still tries to extract values from it.

This commit fixes that issue by returning early if the corresponding
convo is not there anymore
3 years ago
..
ducks Merge integration test (#2313) 3 years ago
selectors fix: make sure a convo exists before returning it in search results 3 years ago
smart refactor most of the components to outside of their Session folder (#2072) 3 years ago
actions.ts rename all spacer-* to react component 4 years ago
createStore.ts QA fix - msg request accept buttons showing at wrong stage. 3 years ago
reducer.ts move the state of calling to its own slice 3 years ago