Compare commits

...

1 commit

Author SHA1 Message Date
Michael Telatynski 3ebdd6dffa
Suggest to Riot that the notices room should hidejoinsparts 2018-05-25 10:55:39 +01:00

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,