mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-15 21:31:26 +00:00
Highlight report notifications
This commit is contained in:
parent
2867d703cc
commit
c373a0b818
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
"""whether any of the unread notifications are conversations"""
|
||||
return self.notification_set.filter(
|
||||
read=False,
|
||||
notification_type__in=["REPLY", "MENTION", "TAG"],
|
||||
notification_type__in=["REPLY", "MENTION", "TAG", "REPORT"],
|
||||
).exists()
|
||||
|
||||
activity_serializer = activitypub.Person
|
||||
|
|
Loading…
Reference in a new issue