[mastodon] Added a TODO flair
This commit is contained in:
parent
b1f8c08d25
commit
d120d718f9
|
@ -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,)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue