l

Results 501 comments of l

After more coding and experimenting, I think we will only guarantee no event loss in case of graceful shutdown (#4306 #4323 #4330). We cannot promise that event is not lost...

Current plan is to replace this channel with a different multi-queue channel: https://github.com/deltachat/deltachat-core-rust/blob/4716fcef940bc15d57a9c60a33e03edf947b2507/src/events.rs#L14-L19 This new data structure should still have an ability to extract some event, to support `get_next_event()`. The...

For reference here is a PR which removed custom implementation of event emitter that polled several event channels: https://github.com/deltachat/deltachat-core-rust/pull/3421

If it is possible to decrypt the Autocrypt Setup Message sent by K-9, I think it would be nice to do this on the Delta Chat side. Better compatibility is...

Just tested with K-9 version 6.802 to confirm the problem is still there: ![autocrypt-setup-messsage](https://github.com/deltachat/deltachat-core-rust/assets/18373967/8942b6d9-8bf4-471a-a2f4-238b8b71518c)

There was an idea to allow the app to store a summary of updates. A JavaScript call saying "replace all updates up to X with this initial state". Then next...

The issue is a duplicate of https://github.com/deltachat/deltachat-core-rust/issues/4558 It was fixed by https://github.com/deltachat/deltachat-core-rust/pull/4565 As for update snapshotting and other ways to compress updates within a single webxdc app, there are currently...

> While resetting autocrypt state should be easy enough, it could also affect verified groups where a member is part of. This is not the case currently. Encryption preference (`Peerstate.prefer_encrypt`)...

Removed "bug", this issue is actually a feature request.

@gwenn Backup API creates a file or an in-memory database, which requires that you have enough space on disk or in memory to store a copy of the database. If...