PL150 users are displayed as Owner in the list

This commit is contained in:
Mauro Romito
2025-07-23 18:43:03 +02:00
parent 0179c85ba3
commit 4d2ef7788a
4 changed files with 12 additions and 1 deletions
@@ -988,6 +988,9 @@ Please see LICENSE in the repository root for full details.
NSString *powerLevelText;
switch (roomPowerLevel) {
case RoomPowerLevelOwner:
powerLevelText = [VectorL10n roomMemberPowerLevelShortOwner];
break;
case RoomPowerLevelAdmin:
powerLevelText = [VectorL10n roomMemberPowerLevelShortAdmin];
break;