This commit is contained in:
Mint 2022-07-05 00:38:14 +03:00
parent b867b5451b
commit f453a7e96c

View file

@ -69,7 +69,7 @@ class ReplyBot:
await self.pleroma.react(post_id, '')
async def reply(self, notification):
toot = utils.make_post(self.cfg) # generate a toot
toot = await utils.make_post(self.cfg) # generate a toot
await self.pleroma.reply(notification['status'], toot, cw=self.cfg['cw'])
@staticmethod