Allow to set listen activity privacy to be public

This commit is contained in:
Georg Krause 2021-10-25 12:15:37 +02:00
parent fadbb9a7ab
commit 6adae1de66
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Allow listen activities privacy level to be set public

View File

@ -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"]
}
}
}