mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 07:00:51 +03:00
Change default history visibility for private rooms
This commit is contained in:
parent
d23bc77e2c
commit
e530208e68
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
PRESETS_DICT = {
|
||||
RoomCreationPreset.PRIVATE_CHAT: {
|
||||
"join_rules": JoinRules.INVITE,
|
||||
"history_visibility": "invited",
|
||||
"history_visibility": "shared",
|
||||
"original_invitees_have_ops": False,
|
||||
},
|
||||
RoomCreationPreset.PUBLIC_CHAT: {
|
||||
|
|
Loading…
Reference in a new issue