Home
last modified time | relevance | path

Searched defs:need_send_update (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h693 bool need_send_update = true; // have new changes that need only to be sent to the client member
774 bool need_send_update = true; // have new changes that need only to be sent to the client member
886 bool need_send_update = true; // have new changes that need only to be sent to the client member
H A DMessagesManager.cpp32943 … bool need_send_update = update_message(d, m, std::move(message), need_update_dialog_pos, true); in add_message_to_dialog() local
33634 void MessagesManager::on_message_changed(const Dialog *d, const Message *m, bool need_send_update, … in on_message_changed()
34028 bool need_send_update = false; in update_message() local
35402 void MessagesManager::update_dialog_pos(Dialog *d, const char *source, bool need_send_update, in update_dialog_pos()
35478 bool MessagesManager::set_dialog_order(Dialog *d, int64 new_order, bool need_send_update, bool is_l… in set_dialog_order()
35556 bool need_send_update, bool is_loaded_from_database, const char *source) { in update_dialog_lists()