mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 10:19:05 +08:00
DEV: Change share quote visibility setting default to 'all' (#23720)
As pointed out on Meta, having this default to all (anonymous- and logged in users) is probably more sensible than just anonymous.
This commit is contained in:
parent
fd2912f944
commit
7019dbcfe1
@ -233,7 +233,7 @@ basic:
|
||||
share_quote_visibility:
|
||||
client: true
|
||||
type: enum
|
||||
default: "anonymous"
|
||||
default: "all"
|
||||
choices:
|
||||
- none
|
||||
- anonymous
|
||||
|
Loading…
x
Reference in New Issue
Block a user