api(deltachat-ffi): make WebXdcRealtimeData data usable in CFFI

Previously only msg_id was returned to CFFI
without any way to get to the actual received data.
This commit is contained in:
link2xt
2024-05-20 13:48:47 +00:00
parent 81f6aec1a0
commit 18f2a09b35
5 changed files with 22 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ module.exports = {
DC_EVENT_SMTP_MESSAGE_SENT: 103,
DC_EVENT_WARNING: 300,
DC_EVENT_WEBXDC_INSTANCE_DELETED: 2121,
DC_EVENT_WEBXDC_REALTIME_DATA: 2150,
DC_EVENT_WEBXDC_STATUS_UPDATE: 2120,
DC_GCL_ADD_ALLDONE_HINT: 4,
DC_GCL_ADD_SELF: 2,