add: hide_from_social_lists user setting
This commit is contained in:
parent
4e152b07be
commit
bdd8f9a869
5 changed files with 64 additions and 21 deletions
|
@ -143,8 +143,7 @@
|
|||
(text "{% endfor %}"))
|
||||
(span
|
||||
("class" "fade")
|
||||
(text "This represents the timeline the home button takes you
|
||||
to."))))
|
||||
(text "This represents the timeline the home button takes you to."))))
|
||||
(div
|
||||
("class" "card-nest desktop")
|
||||
("ui_ident" "notifications")
|
||||
|
@ -1540,6 +1539,14 @@
|
|||
\"{{ profile.settings.hide_associated_blocked_users }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[
|
||||
\"hide_from_social_lists\",
|
||||
\"Hide my profile from social lists (followers/following)\",
|
||||
],
|
||||
\"{{ profile.settings.hide_from_social_lists }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[[], \"Questions\", \"title\"],
|
||||
[
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue