mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Keep separate MTP::Config's for separate accounts.
This commit is contained in:
@@ -216,7 +216,7 @@ void BoxController::Row::stopLastActionRipple() {
|
||||
|
||||
BoxController::BoxController(not_null<Window::SessionController*> window)
|
||||
: _window(window)
|
||||
, _api(_window->session().mtp()) {
|
||||
, _api(&_window->session().mtp()) {
|
||||
}
|
||||
|
||||
Main::Session &BoxController::session() const {
|
||||
|
||||
Reference in New Issue
Block a user