From b867b5451b260fcf00fb1ecbeef7e9d65b38f5b9 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Tue, 5 Jul 2022 00:33:22 +0300 Subject: [PATCH] And more --- reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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