Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Missing pending queued posts from topic view #22838

Merged
merged 1 commit into from Jul 28, 2023

Commits on Jul 28, 2023

  1. FIX: Missing pending queued posts from topic view

    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.
    s3lase committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    99a3239 View commit details
    Browse the repository at this point in the history