You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes users reach out to UnifiedPush asking why Fluffychat is using the gateway (matrix.gateway.unifiedpush.org) and not their own push server.
Showing both the endpoint and gateway (in Matrix the pushkey and pusher url) in a format like notification -> $gateway -> $endpoint (just text substitution, nothing fancy) in the notifications settings page would help clarify to users.
Sometimes users reach out to UnifiedPush asking why Fluffychat is using the gateway (matrix.gateway.unifiedpush.org) and not their own push server.
Showing both the endpoint and gateway (in Matrix the pushkey and pusher url) in a format like
notification -> $gateway -> $endpoint
(just text substitution, nothing fancy) in the notifications settings page would help clarify to users.Edit: The change would just be in this line https://gitlab.com/famedly/fluffychat/-/blob/main/lib/pages/settings_notifications/settings_notifications_view.dart#L102. I would submit an MR myself, but flutter setup/compile is too heavy and complicated :(
Thanks
The text was updated successfully, but these errors were encountered: