Merge pull request #3446 from deltachat/adb/deprecate-desc-param-of-sendUpdate

remove 'description' parameter from webxdc's sendUpdate()
This commit is contained in:
adb
2024-11-25 00:56:16 +01:00
committed by GitHub
4 changed files with 7 additions and 9 deletions
@@ -204,7 +204,7 @@ public class DcContext {
public native int sendMsg (int chat_id, DcMsg msg);
public native int sendTextMsg (int chat_id, String text);
public native int sendVideochatInvitation(int chat_id);
public native boolean sendWebxdcStatusUpdate(int msg_id, String payload, String descr);
public native boolean sendWebxdcStatusUpdate(int msg_id, String payload);
public native String getWebxdcStatusUpdates(int msg_id, int last_known_serial);
public native void setWebxdcIntegration (String file);
public native int initWebxdcIntegration(int chat_id);