We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Client that use the Mastodon WebPush API for notifications currently aren't able to send push notifications since GtS doesn't support the WebPush API.
GtS could implement the Mastodon push API (https://docs.joinmastodon.org/methods/push/) which would allow notifications to work in these clients.
I think this would involve something along the lines of:
Resources:
GtS supports pull-based notifications currently, so any apps that use this by polling will be able to support notifications without issue.
This would fix #1139
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem ?
Client that use the Mastodon WebPush API for notifications currently aren't able to send push notifications since GtS doesn't support the WebPush API.
Describe the solution you'd like.
GtS could implement the Mastodon push API (https://docs.joinmastodon.org/methods/push/) which would allow notifications to work in these clients.
I think this would involve something along the lines of:
Resources:
Describe alternatives you've considered.
GtS supports pull-based notifications currently, so any apps that use this by polling will be able to support notifications without issue.
Additional context.
This would fix #1139
The text was updated successfully, but these errors were encountered: