mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01: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 New Issue
Block a user