better preserve notification order, using a queue again

This commit is contained in:
holger krekel
2024-03-29 22:45:56 +01:00
committed by missytake
parent edb84c0b3b
commit 5cfa2367e3
3 changed files with 33 additions and 23 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- better preserve notification order
([#263](https://github.com/deltachat/chatmail/pull/263))
- re-enable running the CI in pull requests, but not concurrently
([#258](https://github.com/deltachat/chatmail/pull/258))