From 8ceb12370ffdbcd9e87bae62ec4d73fdfd711543 Mon Sep 17 00:00:00 2001 From: adb Date: Wed, 17 Dec 2025 12:07:01 +0100 Subject: [PATCH] Update src/main/java/org/thoughtcrime/securesms/ApplicationContext.java Co-authored-by: Hocuri --- .../java/org/thoughtcrime/securesms/ApplicationContext.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java b/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java index 772a1df17..2fd3a5aee 100644 --- a/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java +++ b/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java @@ -168,7 +168,8 @@ public class ApplicationContext extends MultiDexApplication { } } - // 2025.12.07: revert to enabled since the setting was removed + // 2025-12-16: The setting was removed. + // Revert it to the default if it was changed in the past. ac.setConfigInt("webxdc_realtime_enabled", 1); // 2025-11-12: this is needed until core starts ignoring "delete_server_after" for chatmail