2
0

Clean up notification requests when deleting accounts (#29693)

This commit is contained in:
Claire
2024-03-21 15:12:26 +01:00
committed by GitHub
parent 1df00d4e76
commit 75f34b80a8

View File

@@ -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!