diff --git a/mirror_bot.py b/mirror_bot.py index cc5e609..8f74544 100755 --- a/mirror_bot.py +++ b/mirror_bot.py @@ -117,7 +117,7 @@ class PostMirror: assert None not in attachments await self._fedi.post( - post['source'], + post['source'].replace('@', '@\u200b'), cw=post['summary'], visibility='unlisted', media_ids=attachments,