-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Add follow_request notification type #12198
Merged
Gargron
merged 5 commits into
mastodon:master
from
ClearlyClaire:features/follow-request-notifications
Dec 1, 2019
Merged
Add follow_request notification type #12198
Gargron
merged 5 commits into
mastodon:master
from
ClearlyClaire:features/follow-request-notifications
Dec 1, 2019
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/follow-request-notifications
branch
6 times, most recently
from
October 22, 2019 15:55
a9f6cb2
to
2cb8fd4
Compare
I suggest using the typical |
The notification type already existed in the backend but was never pushed to the front-end. This also means translation strings were also available for the backend, from the notification mailer. Unlike other notification types, these are off by default, to match what I remember of Gargron's view on the topic: that follow requests should not clutter notifications and should instead be reviewed at the user's own leisure in the dedicated column. Since follow requests have their own column, I've deemed it unnecessary to add a specific tab for them in the notification quick filter.
…ts, even if account isn't locked
ClearlyClaire
force-pushed
the
features/follow-request-notifications
branch
2 times, most recently
from
December 1, 2019 13:45
8e187d5
to
212da45
Compare
ClearlyClaire
force-pushed
the
features/follow-request-notifications
branch
from
December 1, 2019 13:50
212da45
to
e61d172
Compare
Gargron
approved these changes
Dec 1, 2019
Is this fixing #455 ? |
Yes! Unlike with other notification types, it isn't enabled by default though |
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.
The notification type already existed in the backend but was never pushed
to the front-end. This also means translation strings were also available
for the backend, from the notification mailer.
Unlike other notification types, these are off by default, to match what
I remember of Gargron's view on the topic: that follow requests should not
clutter notifications and should instead be reviewed at the user's own
leisure in the dedicated column.
Since follow requests have their own column, I've deemed it unnecessary to
add a specific tab for them in the notification quick filter.
Settings
Notification in column
I am not completely sure about this design tbh