fix notification
This commit is contained in:
parent
15a7b55642
commit
a6e58060c7
2 changed files with 2 additions and 1 deletions
1
social/templates/event/boost.html
Normal file
1
social/templates/event/boost.html
Normal file
|
@ -0,0 +1 @@
|
|||
unsupported notification: boost
|
|
@ -962,7 +962,7 @@ class Takahe:
|
|||
"subject_post__emojis",
|
||||
)
|
||||
.filter(identity=identity_id)
|
||||
.exclude(type="post", subject_identity__isnull=True)
|
||||
.exclude(type__in=["post", "boost"])
|
||||
.exclude(subject_identity_id=identity_id)
|
||||
.order_by("-created")
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue