mirror of
https://github.com/discourse/discourse.git
synced 2025-04-20 14:49:09 +08:00

A previous change updated `ReviewableQueuedPost`'s `created_by` to be consistent with other reviewable types. It assigns the the creator of the post being queued to `target_created_by` and sets the `created_by` to the creator of the reviewable itself. This fix updates some of the `created_by` references missed during the intial fix.