wire up notification settings
Add the notification settings in pleroma!988 (merged) and pleroma!1204 (merged).
Merge request reports
Activity
209 209 "loop_video": "Loop videos", 210 210 "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")", 211 211 "mutes_tab": "Mutes", 212 "interactions_tab": "Interactions", there's already "notifications" section in "General" tab of just-settings, you probably should move that lone setting from there to this tab too.
Otherwise I don't think it should be called interactions because that's a little bit broader concept and blocking/muting kinda falls into that category too.
There's also this: #232
it's somewhat challenging because this controls what notifications BE generates at all. so these settings need to live with the account. I don't think having #232 as part of this makes sense in that regard as that has to do more with how FE presents the notifications. these settings ensure the notifications are disabled across all clients.
changed this line in version 3 of the diff
141 141 output.deactivated = data.pleroma.deactivated 142 142 } 143 143 144 if (data.pleroma) { changed this line in version 3 of the diff
I feel like the opposite wording would be good. I.e. "don't get notifications from non-followers" or something like that instead of "show notifications from non-followers".
People would probably want to disable notifications from certain people, they would be looking for "Disable (something)" or "Don't (something)"
- Resolved by kaniini
mentioned in commit b4796ccb