iequidoo
iequidoo
I suggest to keep the logic simple and, say, after two weeks, if there are >=10 encrypted outgoing messages (they should be encrypted because unencrypted ones may be from user's...
If you "Resend" messages (can be done from the chat menu), will they arrive? Just interesting. This is not a fix of course, but may be helpful in such cases....
> I just resend the message as described and yes, it worked! The iOS user now recieved the message. You can use it every time when you suspect that a...
Tested in Desktop. Note that if an image is sent as `File`, it will be shown as `Image` and have "image/..." mimetype on both sides, i.e. the behavior doesn't change,...
> fix: Treat and send images that can't be decoded as Viewtype::File Now i think this isn't a correct behavior. If smth can't be sent as image, the metadata isn't...
Btw too small `DeleteServerAfter` values can break the synchronisation itself because other devices have little chance to see sync messages. Maybe we should add a lower limit on synchronised values?
> Btw too small `DeleteServerAfter` values can break the synchronisation itself because other devices have little chance to see sync messages. Maybe we should add a lower limit on synchronised...
> Was there any discussion about this? I've already forgotten who suggested (to think about?) this, but probably @r10s as i added them to reviewers :) > The downside of...
Chatmail users don't have a UI handle to change `BccSelf`, so after merging this they won't be able to set `DeleteServerAfter` to "Automatic" on one device and to "At once...
The current order of timings looks strage btw: it first decreases from "Never" to "At once..." and then gradually increases. "Never" should be moved to the list end. The problem...