This commit is contained in:
Christian Pauly 2020-05-05 14:40:37 +02:00
parent 6513b0eac7
commit c396e10ea7
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ abstract class FirebaseController {
await client.setPushers( await client.setPushers(
token, token,
"http", "http",
"chat.fluffy.fluffychat.data", "chat.fluffy.fluffychat",
clientName, clientName,
client.deviceName, client.deviceName,
"en", "en",
"https://janian.de:7023/", "https://janian.de:7022/",
append: false, append: false,
format: "event_id_only", format: "event_id_only",
); );