Skip to content

Add utility script to ensure existing Matrix bridge rooms updated

Add utility script to ensure existing Matrix bridge rooms updated

Fix #2701 (closed)

Testing strategy

  1. Create some rooms on Gitter and bridge them over by sending a message in them
  2. Update one of the ensureCorrectRoomState updates like adding 'asdf' to the room name modules/matrix-bridge/lib/matrix-utils.js#L188
  3. Run the utility script set matrix__bridge__applicationServicePort=9001&&node ./scripts/utils/ensure-existing-bridged-matrix-rooms-up-to-date.js
  4. From Matrix, notice the update to all of the bridged rooms
Edited by Eric Eastwood

Merge request reports