[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:
|
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,)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue