Implement IRCv3 multi-prefix #1565
Labels
irc v3
Issues involving supporting IRC v3
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements.
Is your feature request related to a problem? Please describe.
I just noticed this note in the code:
matrix-appservice-irc/src/bridge/RoomAccessSyncer.ts
Lines 309 to 311 in b012357
If I understand it correctly, it's because NAMES only tells the bridge the highest power level of a user (the "prefix"), so the bridge does not know what their power level is when the highest is removed
Describe the solution you'd like
Implement IRCv3 multi-prefix, which is designed specifically for this, by sending all power levels of users when joining a channel.
The text was updated successfully, but these errors were encountered: