[mastodon] Added a TODO flair

This commit is contained in:
missytake 2022-03-01 18:42:37 +01:00
parent 4980d72d52
commit f7e73ea407

View file

@ -48,7 +48,7 @@ class MastodonBot(Censor):
if status_id > self.model.last_seen: if status_id > self.model.last_seen:
self.model.last_seen = status_id # save last_seen in database self.model.last_seen = status_id # save last_seen in database
text = status['status']['content'] text = status['status']['content']
# sanitize toot content; see ticketfrei2 for regex magic # :TODO sanitize toot content; see ticketfrei2 for regex magic
logger.debug( logger.debug(
"Mastodon in %s received message: " % (self.model.hood.name,) "Mastodon in %s received message: " % (self.model.hood.name,)
) )