Suggest to Riot that the notices room should hidejoinsparts
This commit is contained in:
parent
9c36c150e7
commit
3ebdd6dffa
|
@ -135,6 +135,13 @@ class ServerNoticesManager(object):
|
||||||
"power_level_content_override": {
|
"power_level_content_override": {
|
||||||
"users_default": -10,
|
"users_default": -10,
|
||||||
},
|
},
|
||||||
|
"initial_state": [{
|
||||||
|
"type": "im.vector.web.settings",
|
||||||
|
"state_key": "",
|
||||||
|
"content": {
|
||||||
|
"hideJoinLeaves": true
|
||||||
|
}
|
||||||
|
}],
|
||||||
"invite": (user_id,)
|
"invite": (user_id,)
|
||||||
},
|
},
|
||||||
ratelimit=False,
|
ratelimit=False,
|
||||||
|
|
Loading…
Reference in New Issue