Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!1124
Updated Notification Settings API use
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated Notification Settings API use
refactor/notification_settings
into
develop
Overview
11
Commits
11
Pipelines
7
Changes
17
All threads resolved!
Hide all comments
Merged
feld
requested to merge
refactor/notification_settings
into
develop
4 years ago
Overview
11
Commits
11
Pipelines
7
Changes
17
All threads resolved!
Hide all comments
Expand
Related to
pleroma!2602 (merged)
and
pleroma#1738 (closed)
which is required before merging
Edited
4 years ago
by
feld
0
0
Merge request reports
Viewing commit
b8350423
Prev
Next
Show latest version
17 files
+
52
−
69
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
b8350423
Updated Notification Settings API use
· b8350423
feld
authored
4 years ago
src/components/user_settings/user_settings.vue
+
6
−
11
Options
@@ -384,23 +384,18 @@
<span
class=
"label"
>
{{ $t('settings.notification_setting') }}
</span>
<ul
class=
"option-list"
>
<li>
<Checkbox
v-model=
"notificationSettings.follow
s
"
>
{{ $t('settings.notification_setting_follow
s
') }}
<Checkbox
v-model=
"notificationSettings.
from_
follow
ing
"
>
{{ $t('settings.notification_setting_
from_
follow
ing
') }}
</Checkbox>
</li>
<li>
<Checkbox
v-model=
"notificationSettings.followers"
>
{{ $t('settings.notification_setting_followers') }}
<Checkbox
v-model=
"notificationSettings.
from_
followers"
>
{{ $t('settings.notification_setting_
from_
followers') }}
</Checkbox>
</li>
<li>
<Checkbox
v-model=
"notificationSettings.non_follows"
>
{{ $t('settings.notification_setting_non_follows') }}
</Checkbox>
</li>
<li>
<Checkbox
v-model=
"notificationSettings.non_followers"
>
{{ $t('settings.notification_setting_non_followers') }}
<Checkbox
v-model=
"notificationSettings.from_strangers"
>
{{ $t('settings.notification_setting_from_strangers') }}
</Checkbox>
</li>
</ul>
Loading