fix local dev websockets

This commit is contained in:
Henry Jameson 2021-01-13 21:28:34 +02:00
parent 8c82bb61f1
commit 835eaf33b1
2 changed files with 6 additions and 0 deletions

View file

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