mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
fix id + typo
This commit is contained in:
@@ -5732,7 +5732,7 @@ void dc_event_unref(dc_event_t* event);
|
||||
* @param data1 (int) msg_id
|
||||
*/
|
||||
|
||||
#define DC_EVENT_WEBXDC_INSTANCE_DELETED 2120
|
||||
#define DC_EVENT_WEBXDC_INSTANCE_DELETED 2121
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -303,7 +303,7 @@ pub enum EventType {
|
||||
status_update_serial: StatusUpdateSerial,
|
||||
},
|
||||
|
||||
/// Inform that an instance cointaining a webxdc has been deleted
|
||||
/// Inform that a message containing a webxdc instance has been deleted
|
||||
WebXdInstanceDeleted {
|
||||
msg_id: MsgId,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user