fix: Clearing push triggered when only one room got seen

This commit is contained in:
Christian Pauly 2022-07-29 12:49:26 +02:00 committed by Krille Fear
commit 897868b9ec
3 changed files with 7 additions and 4 deletions

View file

@ -38,7 +38,6 @@ void main() async {
);
final clients = await ClientManager.getClients();
Logs().level = kReleaseMode ? Level.warning : Level.verbose;
if (PlatformInfos.isMobile) {
BackgroundPush.clientOnly(clients.first);