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
Audric Ackermann 380d296bb2
send session request if we get a message we cannot decode
This handle the case where we delete a contact from A, lets call him B
All message after that delete from B to A will be not decoded correctly.

The issue is that the record is existing, but there is no session in it.
The fix is that if we get a message and a record is found, but has not
session in it, we trigger a session request with that user
5 years ago
..
components fix scrolling to unread and marking message as read on scrolling 5 years ago
hooks add a useInterval hook and move useNetwork hook to the hook folder 5 years ago
notifications
protobuf
receiver send session request if we get a message we cannot decode 5 years ago
session make quotes stay empty when there object isEmpty() 5 years ago
shims
state fix scrolling to unread and marking message as read on scrolling 5 years ago
styleguide add redux action to change section of UI 5 years ago
test add toast on isBlocked, isKicked, ... for sending of messages 5 years ago
types add staged link previews for everything from signal 5 years ago
updater cleanup network status view and some UI constants 5 years ago
util fix timer expiring sometimes missing a sec 5 years ago
OS.ts
global.d.ts Change back to old window syntax and allow stubbing of it 5 years ago
styled.d.ts show toast with react-toastify and make them a styled-component 5 years ago
window.d.ts fix password dialog 5 years ago