Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • webapp webapp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 713
    • Issues 713
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gitter
  • webappwebapp
  • Merge requests
  • !2269

Bridge private and ONE_TO_ONE rooms to Matrix

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eric Eastwood requested to merge 2785-bridge-private-rooms into develop Jan 22, 2022
  • Overview 4
  • Commits 7
  • Pipelines 7
  • Changes 15

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:

  • !2217 (merged)
  • !2098 (merged)

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 Feb 01, 2022 by Eric Eastwood
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 2785-bridge-private-rooms