add: post full unlist option
This commit is contained in:
parent
bdd8f9a869
commit
14f3bf849e
6 changed files with 45 additions and 3 deletions
|
@ -1526,6 +1526,16 @@
|
|||
\"{{ profile.settings.auto_unlist }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[\"auto_full_unlist\", \"Only publish my posts to my profile\"],
|
||||
\"{{ profile.settings.auto_unlist }}\",
|
||||
\"checkbox\",
|
||||
],
|
||||
[
|
||||
[],
|
||||
\"Your posts will still be visible in the \\\"Following\\\" timeline for users following you.\",
|
||||
\"text\",
|
||||
],
|
||||
[
|
||||
[\"all_timeline_hide_answers\", 'Hide posts answering questions from the \"All\" timeline'],
|
||||
\"{{ profile.settings.all_timeline_hide_answers }}\",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue