-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
A-Member-ListO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-DefectX-Needs-Design
Description
Steps to reproduce
- Go to a room that was migrated from Gitter, e.g. https://app.gitter.im/#/room/#ADOdb_ADOdb:gitter.im
- In the room's People list, notice that users who previously were admins before Gitter migrated to Matrix, are now listed as Mods. However, @MadLittleMods informed me that they effectively are Admins, but with a Custom power level of 90 (see discussion thread).
- Invite a new user, and make them Moderator
- In the user list, they are shown as Mod just like the old admins, but in reality their Power level is 50
m.room.power_levels in room for example (all actions can be accomplished by a user with a power level of 90):
{
"ban": 50,
"events": {
"m.room.avatar": 50,
"m.room.canonical_alias": 50,
"m.room.encryption": 90,
"m.room.history_visibility": 90,
"m.room.name": 50,
"m.room.power_levels": 90,
"m.room.server_acl": 90,
"m.room.tombstone": 90
},
"events_default": 0,
"invite": 0,
"kick": 50,
"redact": 50,
"state_default": 50,
"users": {
"@dregad-544c57d4db8155e6700ce750:gitter.im": 90,
"@dregad:matrix.org": 90,
"@gitter-badger:gitter.im": 100,
"@mnewnham-5593f15f15522ed4b3e32b93:gitter.im": 90,
"@moderation:gitter.im": 100
},
"users_default": 0
}Outcome
What did you expect?
The People list should display the user's actual power level, and definitely not regroup custom power levels with standard ones, which is confusing (and misleading).
What happened instead?
Custom power level 90 is displayed as Mod
Operating system
Windows
Browser information
Firefox 102.4.0esr
URL for webapp
app.gitter.im and app.element.io
Application version
Version de Gitter : 1.11.23-rc.1 Version de Olm : 3.2.12 / Version de Element : 1.11.23 Version de Olm : 3.2.12
Homeserver
gitter.im and matrix.org
Will you send logs?
No
MadLittleMods, gabrc52, sefidel and Krinkle
Metadata
Metadata
Assignees
Labels
A-Member-ListO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MinorImpairs non-critical functionality or suitable workarounds existImpairs non-critical functionality or suitable workarounds existT-DefectX-Needs-Design

