mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
rpl::type_erased() -> rpl::type_erased.
This commit is contained in:
@@ -3406,7 +3406,7 @@ void SessionController::cacheChatThemeDone(
|
||||
rpl::merge(
|
||||
session().downloaderTaskFinished(),
|
||||
((giftSymbol && !giftSymbol->ready())
|
||||
? (_giftSymbolLoaded.events() | rpl::type_erased())
|
||||
? (_giftSymbolLoaded.events() | rpl::type_erased)
|
||||
: rpl::never<rpl::empty_value>())
|
||||
) | rpl::filter([=] {
|
||||
const auto i = _customChatThemes.find(key);
|
||||
|
||||
Reference in New Issue
Block a user