fix #1036 convert screen name to unicode with punycode

This commit is contained in:
Shpuld Shpludson 2021-01-05 08:09:08 +00:00
parent 9d45db959f
commit ef6e2087ae
5 changed files with 196 additions and 287 deletions

View file

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Follows/Followers tabs on user profiles now display the content properly.
- Handle punycode in screen names
## [2.2.2] - 2020-12-22
### Added