Allow to set listen activity privacy to be public
This commit is contained in:
parent
fadbb9a7ab
commit
6adae1de66
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/public-activity.enhancement
Normal file
1
changes/changelog.d/public-activity.enhancement
Normal file
|
|
@ -0,0 +1 @@
|
|||
Allow listen activities privacy level to be set public
|
||||
|
|
@ -391,7 +391,7 @@ export default {
|
|||
privacy_level: {
|
||||
type: "dropdown",
|
||||
initial: this.$store.state.auth.profile.privacy_level,
|
||||
choices: ["me", "instance"]
|
||||
choices: ["me", "instance", "everyone"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue