chore: Follow up set presences

pull/681/head
Krille 1 year ago
parent a98a904043
commit c149503541
No known key found for this signature in database

@ -420,7 +420,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
final foreground = state != AppLifecycleState.detached &&
state != AppLifecycleState.paused;
client.backgroundSync = foreground;
client.syncPresence = foreground ? null : PresenceType.unavailable;
client.requestHistoryOnLimitedTimeline = !foreground;
}

Loading…
Cancel
Save