mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-07 15:26:11 +00:00
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
This commit is contained in:
commit
fe674ef2ea
|
@ -233,7 +233,7 @@ function RoomPermissions({ roomId }) {
|
|||
|
||||
let powerLevel = 0;
|
||||
let permValue = permInfo.parent
|
||||
? permissions[permInfo.parent][permKey]
|
||||
? permissions[permInfo.parent]?.[permKey]
|
||||
: permissions[permKey];
|
||||
|
||||
if (!permValue) permValue = permInfo.default;
|
||||
|
|
Loading…
Reference in a new issue