mx-puppet-bridge
mx-puppet-bridge copied to clipboard
Place rooms in configured community
I have a lot of rooms on my homeserver due to all of the bridges that I'm running and my activity within them. I think it would be useful for rooms to be configured to be placed in specific communities for each bridge.
For example, I could create a community +discord:example.com
and then configure all rooms created by the mx-puppet-discord
bridge to be placed in that community.
If you enable group sync it'll make a matrix community/group per discord server/guild and sort based in that.
If you want to sort more, you might want to look into room tags.
Am 30. Juni 2020 12:38:37 MESZ schrieb Chris Lane [email protected]:
I have a lot of rooms on my homeserver due to all of the bridges that I'm running and my activity within them. I think it would be useful for rooms to be configured to be placed in specific communities for each bridge.
For example, I could create a community
+discord:example.com
and then configure all rooms created by themx-puppet-discord
bridge to be placed in that community.-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Sorunome/mx-puppet-bridge/issues/49
That's enough for me but I do think some people might want to format their room names as ":guild | :name" and then have them all in a "Discord" community for example.
well, that is what name patterns exist for, you can configure there how the name should look like.
Yes but that doesn't cover putting them in a custom configurable community as well does it?
It sounds like you actually want a way to get admin in a community, so that you can manually configure it to your looks
Another user has requested this feature: https://gitlab.com/robintown/mx-puppet-groupme/-/issues/4
I am also interested in this. I am using matrix for aggregating all of my personal chat services together. I have a mockup.
Yes, you can add a community to your registration file which all ghosts will be added to, with the group_id
parameter
What about using spaces?
Spaces support is already being worked on for this bridge, and the Discord project being one of the first to receive support for it allowing grouping several discord guilds under a common Discord space. Community support will be dropped somewhere down the road considering spaces are superseding it.