From d80fdb20c711340441a2684ce7769ceaffbf2603 Mon Sep 17 00:00:00 2001 From: bjoern Date: Tue, 12 Apr 2022 12:26:40 +0200 Subject: [PATCH] make Connectivity-View-HTML not scalable (#3213) * make Connectivity-View-HTML not scalable in practise, Android and Desktop already disallow scaling by some other methods, however, for iOS this is needed as we otherwise have to do far more complicated things as drafted at https://github.com/deltachat/deltachat-ios/pull/1531/files * update CHANGELOG --- CHANGELOG.md | 2 ++ src/scheduler/connectivity.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8f4b4b3..bccb862aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### Changes - Further improve finding the correct server after logging in #3208 +- `get_connectivity_html()` returns HTML as non-scalable #3213 + ## 1.77.0 diff --git a/src/scheduler/connectivity.rs b/src/scheduler/connectivity.rs index 513f8bc33..6d412171a 100644 --- a/src/scheduler/connectivity.rs +++ b/src/scheduler/connectivity.rs @@ -304,7 +304,7 @@ impl Context { - +