mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove some activeAccount() calls.
This commit is contained in:
@@ -547,7 +547,7 @@ void ChatBackground::start() {
|
||||
set(Data::ThemeWallPaper());
|
||||
}
|
||||
|
||||
Core::App().activeAccount().sessionValue(
|
||||
Core::App().activeAccount().sessionValue( // #TODO multi activeSessionValue
|
||||
) | rpl::filter([=](Main::Session *session) {
|
||||
return session != _session;
|
||||
}) | rpl::start_with_next([=](Main::Session *session) {
|
||||
|
Reference in New Issue
Block a user