From f34366060c0826fc5fd27fe3ae5e05d70b65781e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 5 May 2020 14:40:37 +0200 Subject: [PATCH] Clean up --- lib/utils/firebase_controller.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/firebase_controller.dart b/lib/utils/firebase_controller.dart index 65cf4f399..04a5f0412 100644 --- a/lib/utils/firebase_controller.dart +++ b/lib/utils/firebase_controller.dart @@ -41,11 +41,11 @@ abstract class FirebaseController { await client.setPushers( token, "http", - "chat.fluffy.fluffychat.data", + "chat.fluffy.fluffychat", clientName, client.deviceName, "en", - "https://janian.de:7023/", + "https://janian.de:7022/", append: false, format: "event_id_only", );