-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow plumbing an existing Matrix room to a WhatsApp group chat #202
Comments
At the moment you can make the room as you do now and then change said room in database to match already existing one. This is how I did the odd few rooms we need WA-relay for. Otherwise excellent suggestion. |
Oh, great to hear that works. Then maybe all that's needed are |
I tried out tweaking the database with
End-to-bridge encryption is disabled, if that makes a difference.
|
I tried to hack the database and did |
@luxus it worked for me but if the existing matrix room is encrypted, you need to enable encryption on the bridge bot. It also goes without saying that you need to enable the relaybot first. |
The temporary solution which we use and which works: There is already a Whatsapp group with an invitation link (e.g. https://chat.whatsapp.com/...) and the matrix room (e.g. !existingroom:example.com) to be bridged to. The encryption of the bridge (E2B) is activated.
|
Is there some more work required to merge #512 ? |
Dear all, I've been setting up my own Is there any plan for merging this idea into the main code so we can connect a WhatsApp channel to a Matrix channel of which we are admin? (This opens the connection of other bridges, e.g. Telegram and WhatsApp both together.) If there is something that is know to be done, I could try it out maybe. (Actually this seems what is implemented by AndrewFerr.) Thanks a lot again!! |
Since relaybot support exists, it would be helpful if an existing Matrix room could be bridged to a WhatsApp group chat. That way, an existing discussion on Matrix can effectively invite WhatsApp users.
It seems like the only way to connect a Matrix room to a WA group is to let the bridge create the Matrix room (either manually with
join
/open
, or automatically in response to a received WA message) and set it up as a portal room.Would it be possible for the bridge to simply mark an existing Matrix room with the JID of an existing WA group, and use it as a portal to that WA group?
The text was updated successfully, but these errors were encountered: