mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
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:
commit
5790faeca5
@ -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…
Reference in New Issue
Block a user