Home
last modified time | relevance | path

Searched refs:old_full_message_ids (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp21792 vector<FullMessageId> old_full_message_ids; in on_load_active_live_location_full_message_ids_from_database() local
21793 log_event_parse(old_full_message_ids, value).ensure(); in on_load_active_live_location_full_message_ids_from_database()
21797 for (const auto &full_message_id : old_full_message_ids) { in on_load_active_live_location_full_message_ids_from_database()
21810 …if (!new_full_message_ids.empty() || old_full_message_ids.size() != active_live_location_full_mess… in on_load_active_live_location_full_message_ids_from_database()