mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
m.room.power_levels: restore m.room.history_visibility to 100
It was undocumented and I imagine it was a remnant from time when m.room.power_levels required 99
This commit is contained in:
parent
b2d080b39e
commit
907cff616f
@ -36,7 +36,7 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"m.room.avatar": 50,
|
||||
"m.room.canonical_alias": 13,
|
||||
"m.room.encryption": 100,
|
||||
"m.room.history_visibility": 99,
|
||||
"m.room.history_visibility": 100,
|
||||
"m.room.name": 50,
|
||||
"m.room.power_levels": 50,
|
||||
"m.room.retention": 100,
|
||||
@ -86,7 +86,7 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"m.room.avatar": 50,
|
||||
"m.room.canonical_alias": 13,
|
||||
"m.room.encryption": 100,
|
||||
"m.room.history_visibility": 99,
|
||||
"m.room.history_visibility": 100,
|
||||
"m.room.name": 50,
|
||||
"m.room.power_levels": 50,
|
||||
"m.room.retention": 100,
|
||||
|
Loading…
Reference in New Issue
Block a user