show an error when a webxdc is written for a newer (future) api (#3206)

* add min_api to manifest.toml, define WEBXDC_API_VERSION

* return an error instead of index.html if the webxdc requires a newer api

* add a test with an webxdc requiring a newer api

* update CHANGELOG
This commit is contained in:
bjoern
2022-04-10 12:16:28 +02:00
committed by GitHub
parent 2932c1ed35
commit 6e3ec71c10
3 changed files with 63 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
- `dc_receive_imf` refactorings #3154 #3156
- add index to speedup deletion of expired ephemeral messages #3155
- muted chats stay archived on new messages #3184
- support `min_api` from Webxdc manifests #3206
### Fixes