restricted webxdc internet access (#3516)

* add request_internet_access manifest option

* test request_internet_access

* update CHANGELOG

* force warning when internet access is enabled

if internet access is enabled,
show a warning instead of the normal summary
(the internet access is currently mainly to test out integrations
as maps for video chat; the summary is dispensable in the cases currently)

* adapt json-rpc's WebxdcMessageInfo
This commit is contained in:
bjoern
2022-09-05 11:45:34 +02:00
committed by GitHub
parent 4b91a88bc9
commit 949370ad63
6 changed files with 92 additions and 8 deletions

View File

@@ -15,6 +15,7 @@
### Changes
- order contact lists by "last seen";
this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562
- add `internet_access` flag to `dc_msg_get_webxdc_info()` #3516
### Fixes
- do not emit notifications for blocked chats #3557