mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
2ecc613c5d
user_url() failed for usernames containing Unicode characters because it expects URL encoded usernames. RSS feeds do not support IRIs, so lets convert them to URIs by encoding the usernames.