mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Don't create notifications when deleting statuses
This commit is contained in:
parent
de16dd75c6
commit
29792080a9
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
|
|||
|
||||
if self.deleted:
|
||||
notification_model.objects.filter(related_status=self).delete()
|
||||
return
|
||||
|
||||
if (
|
||||
self.reply_parent
|
||||
|
|
Loading…
Reference in a new issue