From 2821f4af4fcc952caf873d9c0e096fda85b0dfe0 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 10 Nov 2020 13:05:13 +0100 Subject: [PATCH] Update ContactsManager.cpp --- td/telegram/ContactsManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/td/telegram/ContactsManager.cpp b/td/telegram/ContactsManager.cpp index 2ac96e541..21aa82583 100644 --- a/td/telegram/ContactsManager.cpp +++ b/td/telegram/ContactsManager.cpp @@ -13174,7 +13174,6 @@ bool ContactsManager::load_channel_full(ChannelId channel_id, bool force, Promis } void ContactsManager::reload_channel_full(ChannelId channel_id, Promise &&promise, const char *source) { - std::shared_lock readerLock(memory_cleanup_mutex); send_get_channel_full_query(get_channel_full(channel_id, "reload_channel_full"), channel_id, std::move(promise), source); }