feat: add webxdc limits api

This commit is contained in:
B. Petersen
2024-11-25 22:11:11 +01:00
committed by bjoern
parent ff3efafcfc
commit c6dd03590c
5 changed files with 35 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ def test_webxdc(acfactory) -> None:
"sourceCodeUrl": None,
"summary": None,
"selfAddr": webxdc_info["selfAddr"],
"sendUpdateInterval": 1000,
"sendUpdateMaxSize": 18874368,
}
status_updates = message.get_webxdc_status_updates()