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