From 5cc469a7b1a3ccbe8d060ceb353db1c1138af75b Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 3 Jun 2026 09:27:11 +0000 Subject: [PATCH] Update compatibility notes in FAQ: Links are now supported delta chat clients added a confirmation dialog: - https://github.com/deltachat/deltachat-desktop/pull/5852 - https://github.com/deltachat/deltachat-android/issues/4054 - https://github.com/deltachat/deltachat-ios/issues/2924 --- src-docs/faq/compat.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-docs/faq/compat.md b/src-docs/faq/compat.md index e6a6f89..585681f 100644 --- a/src-docs/faq/compat.md +++ b/src-docs/faq/compat.md @@ -11,8 +11,6 @@ - the latest JavaScript features may not work on all webviews, you may want to transpile your code down to an older js version e.g. with -- `` and other external links are blocked by definition; - instead, embed content or use `mailto:` link to offer a way for contact - `` is not guaranteed to open a download dialog; instead, use [`sendToChat()`](../spec/sendToChat.md) to export files. - features that require user permissions