From cac0510bdb4e50a41ffd6040c54e9cfa1fcecbc3 Mon Sep 17 00:00:00 2001 From: "Dmitry Sorokin (@sorydima)" <43252008+sorydima@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:50:44 +0300 Subject: [PATCH] Update app_config.dart --- lib/config/app_config.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 5183b6e..6316ebe 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -61,7 +61,6 @@ abstract class AppConfig { static const String schemePrefix = 'matrix:'; static const String pushNotificationsChannelId = 'rechainonline_push'; static const String pushNotificationsAppId = 'com.rechain.online'; - \\ We're collabarating with the External Push GateWay with the Matrix SDK, Matrix API and Unified Push for the REChain .. static const String pushNotificationsGatewayUrl = 'https://push.fluffychat.im/_matrix/push/v1/notify'; static const String pushNotificationsPusherFormat = 'event_id_only';