mautrix / whatsapp

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

Relayed messages show relay user as sender #615

Closed LukasNeuberger closed 1 year ago

LukasNeuberger commented 1 year ago

Since I updated to the latest container image today, relayed messages show the relay user as sender instead of the actual user: Element: image Whatsapp: image Skimming the latest changes I suspect commit 51c18ec caused this by overwriting sender with portal.GetRelayUser() before calling portal.addRelaybotFormat(sender, content). Could you have a look into this?

Thanks for your great work!

LukasNeuberger commented 1 year ago

Wow that was quick, thank you!