mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Suggest to Riot that the notices room should hidejoinsparts
This commit is contained in:
parent
9c36c150e7
commit
3ebdd6dffa
1 changed files with 7 additions and 0 deletions
|
@ -135,6 +135,13 @@ class ServerNoticesManager(object):
|
|||
"power_level_content_override": {
|
||||
"users_default": -10,
|
||||
},
|
||||
"initial_state": [{
|
||||
"type": "im.vector.web.settings",
|
||||
"state_key": "",
|
||||
"content": {
|
||||
"hideJoinLeaves": true
|
||||
}
|
||||
}],
|
||||
"invite": (user_id,)
|
||||
},
|
||||
ratelimit=False,
|
||||
|
|
Loading…
Reference in a new issue