mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Access _authSession through activeAccount().
This commit is contained in:
@@ -153,7 +153,7 @@ public:
|
||||
}
|
||||
|
||||
// Account component.
|
||||
Main::Account &activeAccount() {
|
||||
Main::Account &activeAccount() const {
|
||||
return *_account;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user