mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-27 07:52:09 +00:00
Rename AuthSession to Main::Session.
This commit is contained in:
@@ -18,7 +18,7 @@ Controller::Controller(not_null<Main::Account*> account)
|
||||
: _account(account)
|
||||
, _widget(this) {
|
||||
_account->sessionValue(
|
||||
) | rpl::start_with_next([=](AuthSession *session) {
|
||||
) | rpl::start_with_next([=](Main::Session *session) {
|
||||
_sessionController = session
|
||||
? std::make_unique<SessionController>(session, &_widget)
|
||||
: nullptr;
|
||||
|
||||
Reference in New Issue
Block a user