Shunmugaraj
Shunmugaraj
SearchBar as a title view somehow creates huge memory usage, may be due to the layout engine bug. Not clear much on how internally the issue happens. But managed to...
Unrelated issue (#6728)
I don't see such delay in sync for iOS. In iOS they have recently also further improved by updating the Realm framework. Seems it has improved the decryption tasks performance....
When I receive a notification, and I tap it to view, and when the application is not used for a long , it starts syncs for around 1 to 1.5...
``` "msgtype": "m.bad.encrypted", "body": "** Unable to decrypt: DecryptionError: Duplicate message index, possible replay attack: ``` @manuroe if duplicate message index leads to disabling the share extension, can we disable...
> > @manuroe if duplicate message index leads to disabling the share extension, can we disable the replay attack validation in iOS ? because share feature is essential. > >...
What is the point in failing to decrypt in a replay attack. It can just highlight the user with warning that the message can be a replay attack.
Instead of deleting from the DB, can it be just marked as purged and filtered out while trying to access through API call. Deactivated events, something similar to deactivated users....
Yes the issue still exists
> (also, why do we keep calling `/devices` every time we receive a push?) I can see only the one way sync from the NSE side.. `performSessionOperationWithDevice: Transfer data for...