We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e1a24 commit d9474a6Copy full SHA for d9474a6
1 file changed
deltachat-rpc-client/tests/test_webxdc.py
@@ -18,6 +18,8 @@ def test_webxdc(acfactory) -> None:
18
"sourceCodeUrl": None,
19
"summary": None,
20
"selfAddr": webxdc_info["selfAddr"],
21
+ "isAppSender": False,
22
+ "isBroadcast": False,
23
"sendUpdateInterval": 1000,
24
"sendUpdateMaxSize": 18874368,
25
}
0 commit comments