mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +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.