mautrix / whatsapp

A Matrix-WhatsApp puppeting bridge
https://maunium.net/go/mautrix-whatsapp
GNU Affero General Public License v3.0
1.26k stars 172 forks source link

How to make the bot invite all admins on private incoming whatsapp message? #676

Closed CyberPingU closed 9 months ago

CyberPingU commented 9 months ago

Hello all, as per title: how can I do to make the mautrix-whatsapp bot invite ALL its admins inside the room that the bot creates when a direct message from whatsapp incomes? Is there a way?

tulir commented 9 months ago

You can make a bot that invites specific users and sends the command to enable relay mode, then sign into the bridge with that bot. https://github.com/maubot/supportportal can be used as inspiration (but should not be used directly as it's unmaintained)