forked from ticketfrei/ticketfrei
small fix
This commit is contained in:
parent
3e83ba95da
commit
c576888da5
|
@ -29,7 +29,7 @@ class MastodonBot(Bot):
|
|||
logger.error("Unknown Mastodon API Error.", exc_info=True)
|
||||
return mentions
|
||||
for status in notifications:
|
||||
if user.get_seen_toot() == None:
|
||||
if user.get_seen_toot() is None:
|
||||
user.init_seen_toot(m.instance()['uri'])
|
||||
if (status['type'] == 'mention' and
|
||||
status['status']['id'] > user.get_seen_toot()):
|
||||
|
|
Loading…
Reference in a new issue