Skip to content

Follow-up fixes to bridging admin power levels MR !2343

Eric Eastwood requested to merge 2343-follow-up into develop

Follow-up fixes to bridging admin power levels MR !2343 (merged)

  1. When someone joins the room, if we add them as an admin of the Matrix room, also add them as an admin of the historical Matrix room
  2. Make sure to call cleanupAdminsInMatrixRoomIdAccordingToGitterRoomId(...) alongside addAdminsInMatrixRoomIdAccordingToGitterRoomId(...) when we ensureCorrectRoomState(...)
  3. Refactor to use ensureStateEvent(...) instead of ensureStateEventAsMxid(...) as the bridge user
Edited by Eric Eastwood

Merge request reports