fix: resolve some sentry issues

This commit is contained in:
Sorunome 2020-11-16 11:31:31 +01:00
parent ccb8cf5a9d
commit 61f35e8715
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -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,