Suggest to Riot that the notices room should hidejoinsparts

This commit is contained in:
Michael Telatynski 2018-05-25 10:55:39 +01:00 committed by GitHub
parent 9c36c150e7
commit 3ebdd6dffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,