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/selectors
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
..
call.ts Add call duration (#2059) 3 years ago
conversations.ts move storage.js to ts 3 years ago
index.ts refactor most of the components to outside of their Session folder (#2072) 3 years ago
modal.ts Unban UI (#2091) 3 years ago
onions.ts onionpath status only has ip needed 4 years ago
search.ts fix: make sure a convo exists before returning it in search results 3 years ago
section.ts refactor most of the components to outside of their Session folder (#2072) 3 years ago
stagedAttachments.ts refactor most of the components to outside of their Session folder (#2072) 3 years ago
theme.ts make moderators and groupAdmins a single name 4 years ago
timerOptions.ts move timerOptions to redux 4 years ago
user.ts enable no-unused local and imports and fix tslint 4 years ago
userConfig.ts Adding unhiding of message request banner when receiving a new convo request. 3 years ago