Merge branch 'soru/fix-sentry-errors' into 'main'

fix: resolve some sentry issues

See merge request ChristianPauly/fluffychat-flutter!275
This commit is contained in:
Christian Pauly 2020-11-17 08:07:44 +00:00
commit 5790faeca5
1 changed files with 1 additions and 1 deletions

View File

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