mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 18:44:10 +01:00
fix: no pushers enpdoint
This commit is contained in:
parent
fab1e1b980
commit
b3942ad701
@ -58,7 +58,7 @@ abstract class FirebaseController {
|
|||||||
}
|
}
|
||||||
final pushers = await client.requestPushers().catchError((e) {
|
final pushers = await client.requestPushers().catchError((e) {
|
||||||
debugPrint('[Push] Unable to request pushers: ${e.toString()}');
|
debugPrint('[Push] Unable to request pushers: ${e.toString()}');
|
||||||
return [];
|
return <Pusher>[];
|
||||||
});
|
});
|
||||||
final currentPushers = pushers.where((pusher) => pusher.pushkey == token);
|
final currentPushers = pushers.where((pusher) => pusher.pushkey == token);
|
||||||
if (currentPushers.length == 1 &&
|
if (currentPushers.length == 1 &&
|
||||||
|
Loading…
Reference in New Issue
Block a user