Skip to content

Commit

Permalink
Merge pull request #38 from usegalaxy-eu/arash-matrix-patch
Browse files Browse the repository at this point in the history
Use body instead of formatted_body for preview in matrix plugin
  • Loading branch information
bgruening authored Jun 12, 2024
2 parents afe36ef + 848fac1 commit 5f5fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def async_format_content(self, content, mentions, hashtags, images, **kwar
await self.client.close()
return (
formatted_content,
preview + "\n" + message_content["formatted_body"],
preview + "\n" + content,
warnings,
)

Expand Down

0 comments on commit 5f5fdeb

Please sign in to comment.