mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: formatting and changelog
This commit is contained in:
parent
8241ea003c
commit
738cddeb6b
|
@ -37,6 +37,7 @@
|
|||
- Minor: Indicate when subscriptions and resubscriptions are for multiple months. (#5642)
|
||||
- Minor: Proxy URL information is now included in the `/debug-env` command. (#5648)
|
||||
- Minor: Make raid entry message usernames clickable. (#5651)
|
||||
- Minor: Added support for the "Device code grant flow" for authentication. (#5680)
|
||||
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426, #5612)
|
||||
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
|
||||
- Bugfix: Fixed restricted users usernames not being clickable. (#5405)
|
||||
|
|
|
@ -35,7 +35,8 @@ class TwitchAccountManager
|
|||
|
||||
public:
|
||||
struct UserData;
|
||||
using UserCallback = std::function<void(const std::shared_ptr<TwitchAccount>&)>;
|
||||
using UserCallback =
|
||||
std::function<void(const std::shared_ptr<TwitchAccount> &)>;
|
||||
|
||||
// Returns the current twitchUsers, or the anonymous user if we're not
|
||||
// currently logged in
|
||||
|
|
Loading…
Reference in a new issue