escape mentions

This commit is contained in:
Kay Faraday 2022-07-02 22:53:55 +00:00
parent 0a5a10c18e
commit ef99209d2c
1 changed files with 1 additions and 1 deletions

View File

@ -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,