Merge pull request #3443 from deltachat/adb/issue-3439

notify DC_EVENT_INCOMING_WEBXDC_NOTIFY
This commit is contained in:
adb
2024-11-24 21:37:15 +01:00
committed by GitHub
4 changed files with 31 additions and 1 deletions
@@ -13,6 +13,7 @@ public class DcContext {
public final static int DC_EVENT_MSGS_CHANGED = 2000;
public final static int DC_EVENT_REACTIONS_CHANGED = 2001;
public final static int DC_EVENT_INCOMING_REACTION = 2002;
public final static int DC_EVENT_INCOMING_WEBXDC_NOTIFY = 2003;
public final static int DC_EVENT_INCOMING_MSG = 2005;
public final static int DC_EVENT_MSGS_NOTICED = 2008;
public final static int DC_EVENT_MSG_DELIVERED = 2010;