fix: Clearing push triggered when only one room got seen
This commit is contained in:
parent
e977124218
commit
897868b9ec
3 changed files with 7 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue