Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you replace FCM message push #17100

Closed
yangjl114 opened this issue Apr 17, 2024 · 7 comments
Closed

Can you replace FCM message push #17100

yangjl114 opened this issue Apr 17, 2024 · 7 comments

Comments

@yangjl114
Copy link

Description:

Because FCM push is limited, now want to know how to connect to another service, such as engagelab

@dklimpel
Copy link
Contributor

IMO this is a feature request to the push gateway Sygnal.

@yangjl114
Copy link
Author

@dklimpel Yes, I found sygnal, but I didn't find how to configure sygnal's mailing address in matrix-synapse homeserver.yaml. Do you know that? I really hope to get your help

@dklimpel
Copy link
Contributor

The description how it works is there: https://spec.matrix.org/v1.10/push-gateway-api/

There is no confirmation in Synapse for that. The client gives the information (and URL) of the pusher to Synapse.

@yangjl114
Copy link
Author

@dklimpel Hello, now sygnal can listen to matrix-synapse messages and push them to the app side, but the message received by the app side is empty, without title or specific message content. May I ask why this is? I really hope to get your help, thank you very much

@dklimpel
Copy link
Contributor

Please have a look at: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#push

You can set:

push:
  enabled: true
  include_content: true

@yangjl114
Copy link
Author

@dklimpel I would like to ask if the content printed for the sygnal gateway still has no content information, but it can be displayed on the client. Is it because the client handles it? The roomId and eventId are printed at the gateway

@erikjohnston
Copy link
Member

Yes, when the client receives a push notification it usually queries the server to get the content to display.

This isn't really a synapse issue, so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants