-
Notifications
You must be signed in to change notification settings - Fork 617
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
Matrix <-> Mattermost replies are not propagated #1819
Comments
add |
closing as this should fix your issue :) |
Thanks! With |
Can you paste debug logs again now PreserveThreading=true is enabled ? For matrix -> mattermost |
Here you are:
|
I was wondering why you got this issue, but I just noticed you're using mattermost webhooks |
One of previous Matterbridge versions (don't remember which one) inserted a quote of a message it was replied to on Matrix side. |
Hm, no afaik matterbridge never did that for mattermost (for some other protocols this exist). |
Matrix quotes replies and as of matterbridge 1.24.0 we strip those as this causes issues with bridges support threading and have PreserveThreading enabled. Introduced via 9a8ce9b But if you for example use mattermost or discord with webhooks you'll need to enable this if you want something that looks like a reply from matrix. See issues: - #1819 - #1780
Matrix quotes replies and as of matterbridge 1.24.0 we strip those as this causes issues with bridges support threading and have PreserveThreading enabled. Introduced via 9a8ce9b But if you for example use mattermost or discord with webhooks you'll need to enable this if you want something that looks like a reply from matrix. See issues: - #1819 - #1780
@binarymaster It's fixed in a PR, you can try it by
|
Matrix quotes replies and as of matterbridge 1.24.0 we strip those as this causes issues with bridges support threading and have PreserveThreading enabled. Introduced via 9a8ce9b But if you for example use mattermost or discord with webhooks you'll need to enable this if you want something that looks like a reply from matrix. See issues: - #1819 - #1780
Describe the bug
Reply messages between Matrix and Mattermost (both directions) are not being sent as replies, but as ordinary messages.
To Reproduce
Send a reply message in a room bridged between Matrix and Mattermost
Screenshots/debug logs
Sending 2 messages Matrix -> Mattermost
Sending 2 messages Mattermost -> Matrix
Environment (please complete the following information):
Additional context
Config file:
The text was updated successfully, but these errors were encountered: