mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Following the removal of user in current_user_membership we were now doing: `User.create(null)`. I don't think it has any impact but this is just wasteful and could lead to issues if used.