Webxdc delete event (#3592)

webxdc delete event
This commit is contained in:
Sebastian Klähn
2022-09-11 13:53:55 +02:00
committed by GitHub
parent 40dc182295
commit e619d9690d
9 changed files with 43 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
- order contact lists by "last seen";
this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562
- add `internet_access` flag to `dc_msg_get_webxdc_info()` #3516
- `DC_EVENT_WEBXDC_INSTANCE_DELETED` is emitted when a message containing a webxdc gets deleted #3105
### Fixes
- do not emit notifications for blocked chats #3557