aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/MessagesInfo.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-04-02 13:06:22 +0300
committerlevlam <levlam@telegram.org>2024-04-02 13:06:22 +0300
commitbd8c6be0cdcdf9bd1739344209addae7fd704130 (patch)
tree812cef7e514569e508cab3d68357ffd565fc56a5 /td/telegram/MessagesInfo.cpp
parent9482eb6ede8d2c8fb1fbd16c156d6cc23e59ef92 (diff)
Rename rest of ContactsManager to ChatManager.
Diffstat (limited to 'td/telegram/MessagesInfo.cpp')
-rw-r--r--td/telegram/MessagesInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/td/telegram/MessagesInfo.cpp b/td/telegram/MessagesInfo.cpp
index 23023a8cc..e7a1c4b5e 100644
--- a/td/telegram/MessagesInfo.cpp
+++ b/td/telegram/MessagesInfo.cpp
@@ -6,7 +6,7 @@
//
#include "td/telegram/MessagesInfo.h"
-#include "td/telegram/ContactsManager.h"
+#include "td/telegram/ChatManager.h"
#include "td/telegram/ForumTopicManager.h"
#include "td/telegram/Td.h"
#include "td/telegram/telegram_api.h"
@@ -69,7 +69,7 @@ MessagesInfo get_messages_info(Td *td, DialogId dialog_id,
}
td->user_manager_->on_get_users(std::move(users), source);
- td->contacts_manager_->on_get_chats(std::move(chats), source);
+ td->chat_manager_->on_get_chats(std::move(chats), source);
td->forum_topic_manager_->on_get_forum_topic_infos(dialog_id, std::move(topics), source);
return result;