mautrix / whatsapp

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

Mautrix-WhatsApp responds to invites but not to commands in Dendrite #256

Closed phol closed 3 years ago

phol commented 3 years ago

Today I was trying out Mautrix-WhatsApp with Dendrite again, now that matrix-org/dendrite/1518 has been fixed.

The bridge does respond to invites with

This room has been registered as your bridge management/status room. Send `help` to get a list of commands.

However, it does not respond to commands such as help, login, etc. and it only marks messages as 'seen' when restarting the bridge.

This might not be a mautrix-whatsapp issue, however I thought I'd still report it for documentation purposes.

EDIT: I just realised I should probably have posted this issue to mautrix-go, feel free to direct me there if that's the case.

phol commented 3 years ago

Update: I tried to apply this Dendrite pull request, and now sending commands to whatsappbot succeeds. Therefore, I guess this issue can be closed, we'll just have to wait until the aforementioned Dendrite code is merged.