This repository has been archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Matrix to Matrix bridge (multi-account) #15
Comments
Related: matrix-hacks/matrix-puppet-bridge#25 |
Closed
Perhaps this could also be implemented only on the client side that the client allows you to log into several at once and displays them togeather like it was one? |
This will probably come with Matrix Purple Bridge. |
As partly workaround can be used https://github.com/elokapina/middleman |
Another workaround: https://github.com/MTRNord/auto-invite-matrix-bot @turt2live Can you remove the |
This is still aimed at multi-account. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reference: matrix-org/synapse#2328
This is a bit more complicated to implement as it requires lying to clients. The bridge (or gateway, or whatever) would have to expose a matrix-compatible client API that is used by clients to connect. This would then log in to the other configured accounts and aggregate the results.
The user would probably need to set a "primary account" that is used when joining new rooms, and client support may be needed if something goes wrong. Ie: "Pick an account" dialog.
The text was updated successfully, but these errors were encountered: