fix: resolve some sentry issues

onboarding
Sorunome 5 years ago
parent 217ee7e223
commit 62b3205fdb

@ -74,7 +74,7 @@ abstract class FirebaseController {
if (currentPushers.isNotEmpty) {
for (final currentPusher in currentPushers) {
currentPusher.pushkey = token;
currentPusher.kind = 'null';
currentPusher.kind = null;
await client.setPusher(
currentPusher,
append: true,

Loading…
Cancel
Save