Auth rules spec conflicts with C-S API spec about what happens before the first power-levels event #494
Labels
A-Client-Server
Issues affecting the CS API
A-S2S
Server-to-Server API (federation)
spec-bug
Something which is in the spec, but is wrong
The auth rules say: 'If there is no previous m.room.power_levels event in the room, allow'. But the C-S API says: 'If the room contains no m.room.power_levels event, the room's creator has a power level of 100, and all other users have a power level of 0' - and makes no exception for power_levels. This is, at best, confusing.
My assumption, working from the C-S spec had been that power-levels above 100 were impossible. We should figure out if PLs above 100 are a supported thing.
The text was updated successfully, but these errors were encountered: