diff --git a/reply.py b/reply.py index bd2b763..9cd7fe0 100755 --- a/reply.py +++ b/reply.py @@ -69,7 +69,7 @@ class ReplyBot: await self.pleroma.react(post_id, '✅') async def reply(self, notification): - toot = utils.make_toot(self.cfg) # generate a toot + toot = utils.make_post(self.cfg) # generate a toot await self.pleroma.reply(notification['status'], toot, cw=self.cfg['cw']) @staticmethod