mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: make it build
This commit is contained in:
@@ -126,7 +126,7 @@ void InitializeBlockedPeers(not_null<Main::Session*> session) {
|
||||
session->api().blockedPeers().slice(
|
||||
) | rpl::take(
|
||||
1
|
||||
) | rpl::start_with_next([=](const Api::BlockedPeers::Slice &result) {
|
||||
) | rpl::on_next([=](const Api::BlockedPeers::Slice &result) {
|
||||
applySlice(result, applySlice);
|
||||
}, session->lifetime());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user