mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
changelog entry + deltachat.h entry
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
- order contact lists by "last seen";
|
- order contact lists by "last seen";
|
||||||
this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562
|
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
|
- 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
|
### Fixes
|
||||||
- do not emit notifications for blocked chats #3557
|
- do not emit notifications for blocked chats #3557
|
||||||
|
|||||||
@@ -5724,7 +5724,15 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
* @param data1 (int) msg_id
|
* @param data1 (int) msg_id
|
||||||
* @param data2 (int) status_update_serial - must not be used by UI implementations.
|
* @param data2 (int) status_update_serial - must not be used by UI implementations.
|
||||||
*/
|
*/
|
||||||
#define DC_EVENT_WEBXDC_STATUS_UPDATE 2120
|
#define DC_EVENT_WEBXDC_STATUS_UPDATE 2120
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Message deleted which contained a webxdc instance.
|
||||||
|
*
|
||||||
|
* @param data1 (int) msg_id
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define DC_EVENT_WEBXDC_INSTANCE_DELETED 2120
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user