From c1495035412658f094ac5873b6f5fd2315227783 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 15 Nov 2023 14:27:28 +0100 Subject: [PATCH] chore: Follow up set presences --- lib/widgets/matrix.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/matrix.dart b/lib/widgets/matrix.dart index 026ce4d6..ec529db1 100644 --- a/lib/widgets/matrix.dart +++ b/lib/widgets/matrix.dart @@ -420,7 +420,6 @@ class MatrixState extends State with WidgetsBindingObserver { final foreground = state != AppLifecycleState.detached && state != AppLifecycleState.paused; client.backgroundSync = foreground; - client.syncPresence = foreground ? null : PresenceType.unavailable; client.requestHistoryOnLimitedTimeline = !foreground; }