From d120d718f95ffcb3bd1d45faf165e76fa4c4d14e Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 1 Mar 2022 18:42:37 +0100 Subject: [PATCH] [mastodon] Added a TODO flair --- kibicara/platforms/mastodon/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibicara/platforms/mastodon/bot.py b/kibicara/platforms/mastodon/bot.py index 1ecc89d..91dcd20 100644 --- a/kibicara/platforms/mastodon/bot.py +++ b/kibicara/platforms/mastodon/bot.py @@ -48,7 +48,7 @@ class MastodonBot(Censor): if status_id > self.model.last_seen: self.model.last_seen = status_id # save last_seen in database text = status['status']['content'] - # sanitize toot content; see ticketfrei2 for regex magic + # :TODO sanitize toot content; see ticketfrei2 for regex magic logger.debug( "Mastodon in %s received message: " % (self.model.hood.name,) )