mirror of
https://github.com/discourse/discourse.git
synced 2026-08-27 05:37:29 -05:00
keep track of the user who revised a post
This commit is contained in:
@@ -12,6 +12,7 @@ class PostRevisor
|
||||
return false if not should_revise?
|
||||
|
||||
@post.acting_user = @user
|
||||
@post.updated_by = @user
|
||||
revise_post
|
||||
update_category_description
|
||||
post_process_post
|
||||
|
||||
Reference in New Issue
Block a user