Xavier Johnson
Xavier Johnson
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...
Add new config setting 'bridge.userBlacklist', a list of mxids, to prevent any messages sent by a blacklisted mxid from being bridged.
Analogous to https://github.com/tulir/mautrix-whatsapp/issues/202.
When receiving multiple requests with the same expired token, the account manager for the current session will attempt to delete that token from the database multiple times, once for each...
This serves as an automated alternative to having to run "adminme" on the same user for every portal room the bridge creates.
As far as I can tell, these changes allow portal rooms to be unbridged. I've only tested this in conjunction with #733, but those changes shouldn't be strictly required for...
Otherwise, bot may not react to `!discord` commands in a portal room until some time passes. There might be a better way of doing this, though.
Partially fixes #538 and #719. It's still possible for ghost users not to leave because the discord.js backend doesn't know they exist. It seems that restarting the bridge makes the...