mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Clean up notification requests when deleting accounts (#29693)
This commit is contained in:
parent
1df00d4e76
commit
75f34b80a8
|
@ -185,6 +185,7 @@ class DeleteAccountService < BaseService
|
|||
# polymorphically associated notifications generated by this account
|
||||
|
||||
Notification.where(from_account: @account).in_batches.delete_all
|
||||
NotificationRequest.where(from_account: @account).in_batches.delete_all
|
||||
end
|
||||
|
||||
def purge_favourites!
|
||||
|
|
Loading…
Reference in a new issue