-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Revamp notification policy options #31343
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ClearlyClaire
force-pushed
the
features/notifications-filtering-v2-backend
branch
from
August 8, 2024 13:14
4cd6181
to
981647d
Compare
ClearlyClaire
force-pushed
the
features/notifications-filtering-v2-backend
branch
from
August 8, 2024 13:20
981647d
to
95ba36d
Compare
ClearlyClaire
changed the title
[WiP] Revamp notification policy options
Revamp notification policy options
Aug 8, 2024
ClearlyClaire
added
api
REST API, Streaming API, Web Push API
ruby
Pull requests that update Ruby code
labels
Aug 8, 2024
ClearlyClaire
force-pushed
the
features/notifications-filtering-v2-backend
branch
from
August 8, 2024 13:27
bee4010
to
cb43908
Compare
ClearlyClaire
force-pushed
the
features/notifications-filtering-v2-backend
branch
from
August 8, 2024 13:30
cb43908
to
53e03a7
Compare
Gargron
reviewed
Aug 8, 2024
Gargron
approved these changes
Aug 9, 2024
79 tasks
justinwritescode
pushed a commit
to justinwritescode/mastodon
that referenced
this pull request
Sep 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a prerequisite for #31342
It adds a new option to filter notifications from limited (aka “silenced”) accounts, and extends each option with the ability to drop notifications rather than filter them.
This deprecates
/api/v1/notifications/policy
(which was never released) and replaces it with:TODO
NotifyService