Slack message can fail to bridge if transforming a channel mention fails #524
Labels
substitutions
An issue relating to translation of event content between Slack and Matrix.
T-Defect
Bugs, crashes, hangs, vulnerabilities, or other reported problems.
The bridge will try to fetch
m.room.canonical_alias
state for the room mentioned (in order to get the right alias), and if it fails to get the event then the code will throw and subsequently fail to bridge the message. This is obviously not ideal, and we should fall back to textual representation.The text was updated successfully, but these errors were encountered: