Skip to content

Bridge private and ONE_TO_ONE rooms to Matrix

Eric Eastwood requested to merge 2785-bridge-private-rooms into develop

Bridge private and ONE_TO_ONE rooms to Matrix.

There is no way to join or see the rooms on Matrix but the content will start replicating over there. This way all current data going forward will be replicated to Matrix and we can do the mass-import in the future to fill in the rest, see https://github.com/vector-im/roadmap/issues/26

Dev notes

Some problems to watch out for:

Todo

  • Add a sanity check test with actual Synapse instance to make sure you can't access the private rooms on Matrix
    • See registerTestSynapseUser

Fix #2785 (closed)

Edited by Eric Eastwood

Merge request reports