Allow to set listen activity privacy to be public
This commit is contained in:
parent
fadbb9a7ab
commit
6adae1de66
|
@ -0,0 +1 @@
|
||||||
|
Allow listen activities privacy level to be set public
|
|
@ -391,7 +391,7 @@ export default {
|
||||||
privacy_level: {
|
privacy_level: {
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
initial: this.$store.state.auth.profile.privacy_level,
|
initial: this.$store.state.auth.profile.privacy_level,
|
||||||
choices: ["me", "instance"]
|
choices: ["me", "instance", "everyone"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue