mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Return results from add_parts() via structure
Replaced mutable out parameters with explicit return of structure. Also moved all decisions about emitted events out of add_parts(). Chat ID is removed from created_db_entries as it is the same for all parts.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
- improve speed by caching config values #3131 #3145
|
||||
- optimize `markseen_msgs` #3141
|
||||
- automatically accept chats with outgoing messages #3143
|
||||
- return result from `add_parts()` via structure #3154
|
||||
|
||||
|
||||
### Fixes
|
||||
|
||||
Reference in New Issue
Block a user