posts: move expunged image to trash folder.

When a post is expunged, move the image to a trash folder so it can be
recovered if needed.
This commit is contained in:
evazion
2022-05-03 04:40:47 -05:00
parent c07b099bf8
commit ac98c142a4
4 changed files with 45 additions and 15 deletions

View File

@@ -756,7 +756,7 @@ class Post < ApplicationRecord
decrement_tag_post_counts
remove_from_all_pools
remove_from_fav_groups
media_asset.expunge!
media_asset.trash!
destroy
update_parent_on_destroy
end