mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Make fix to Pleroma notifications not depend on Mastodon.py fix
This commit is contained in:
@@ -49,7 +49,7 @@ def _notes_count(account, mastodon):
|
|||||||
if account.note_seen is None:
|
if account.note_seen is None:
|
||||||
account.note_seen = "0"
|
account.note_seen = "0"
|
||||||
account.save()
|
account.save()
|
||||||
if item.id <= account.note_seen:
|
if str(item.id) <= str(account.note_seen):
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
index = "40+"
|
index = "40+"
|
||||||
|
Reference in New Issue
Block a user