mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
webxdc: synchronous state for read-only-chats
already before, we did _not_ sent updates to contact requests or other read-only-chats. however, we _did_ modify the local database, so that getAllUpdates() returns an update that was not sent out to other peers. this is fixed by checking can_send() soon. that way, all peers have the same state also for contact requests or other read-only-chats and webxdc in contact requests can be opened as usual. further ui improvements may be needed for contact requests (maybe allow the webxdc to know about that state or maybe show a warning in the ui somewhere), however, this is not part of this pr.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
- Synchronize Seen status across devices #2942
|
||||
- Add API to set the database password #2956
|
||||
- Add information about whether the database is encrypted or not to `dc_get_info()` #3000
|
||||
- Add Webxdc #2826 #2971 #2975 #2977 #2979 #2993 #2998
|
||||
- Add Webxdc #2826 #2971 #2975 #2977 #2979 #2993 #2998 #3001
|
||||
|
||||
### Changed
|
||||
- selfstatus now defaults to empty
|
||||
|
||||
Reference in New Issue
Block a user