From c396e10ea7d8afd7eddd24475516f175fd2dd703 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 65cf4f3..04a5f04 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", );