expunge: decrement upload and note/post update counts (fix #2062).
This commit is contained in:
@@ -139,7 +139,6 @@ class Upload < ApplicationRecord
|
||||
post = convert_to_post
|
||||
post.distribute_files
|
||||
if post.save
|
||||
User.where(id: CurrentUser.id).update_all("post_upload_count = post_upload_count + 1")
|
||||
create_artist_commentary(post) if include_artist_commentary?
|
||||
ugoira_service.save_frame_data(post) if is_ugoira?
|
||||
notify_cropper(post)
|
||||
|
||||
Reference in New Issue
Block a user