mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
For a user whose username has an uppercase character, the new user menu dropdown was not defaulting to "Inbox" because the Ember router uses lowercased usernames which were not matching with the `username` property. Switching to `username_lower` fixes the issue.