mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-02 05:56:53 +02:00
fix: resolve some sentry issues
This commit is contained in:
parent
ccb8cf5a9d
commit
61f35e8715
@ -74,7 +74,7 @@ abstract class FirebaseController {
|
|||||||
if (currentPushers.isNotEmpty) {
|
if (currentPushers.isNotEmpty) {
|
||||||
for (final currentPusher in currentPushers) {
|
for (final currentPusher in currentPushers) {
|
||||||
currentPusher.pushkey = token;
|
currentPusher.pushkey = token;
|
||||||
currentPusher.kind = 'null';
|
currentPusher.kind = null;
|
||||||
await client.setPusher(
|
await client.setPusher(
|
||||||
currentPusher,
|
currentPusher,
|
||||||
append: true,
|
append: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user