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

[feature] Support for UnifiedPush #1922

Closed
raspbeguy opened this issue Jun 22, 2023 · 3 comments
Closed

[feature] Support for UnifiedPush #1922

raspbeguy opened this issue Jun 22, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@raspbeguy
Copy link

Is your feature request related to a problem ?

For now I receive no notification using GtS.

Describe the solution you'd like.

There is a now popular standard called UnifiedPush that is already adopted by Mastodon and other stuff like Matrix. Basically the clients subscribes to a topic on a pubsub service like ntfy and requests the server to publish notifications on that topic.

Describe alternatives you've considered.

NONE

Additional context.

No response

@raspbeguy raspbeguy added the enhancement New feature or request label Jun 22, 2023
@tsmethurst
Copy link
Contributor

related #1350

@daenney
Copy link
Member

daenney commented Jun 27, 2023

As far as I'm aware, Mastodon doesn't use UnifiedPush, it uses WebPush. Matrix is a little different in that it has the concept of push gateways, one of which could be a UnifiedPush one. Sygnal, the reference Matrix push gateway implements apns and fcm directly.

Given UnifiedPush won't work on iOS but there is WebPush support now which works on both major mobile platforms, I would suggest we close this in favour of #1350. I think the cost of supporting both isn't worth it. Since the Masto push API is built on top of WebPush, that'll also be what most client apps expect.

@daenney
Copy link
Member

daenney commented Aug 12, 2023

I'm going to close this in favour of the WebPush issue. WebPush is what Mastodon apps support and has support from the dominant mobile operating systems and browsers.

@daenney daenney closed this as completed Aug 12, 2023
@tsmethurst tsmethurst closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants