about summary refs log tree commit diff
path: root/spec/services/delete_account_service_spec.rb
AgeCommit message (Collapse)Author
2020-12-21Fix some notifications not being deleted on poll/status deletion (#15402)ThibG
* Fix deleting polls not deleting notifications * Fix fav notification deletion when deleting a toot * Refactor DeleteAccountService spec * Add DeleteAccountService tests for other associations and notifications * Add favourite handling spec in status removal Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko