Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp9608 bool need_invite_link = c->is_active && c->status.can_manage_invite_links(); in on_load_chat_full_from_database() local
9610 if (need_invite_link != have_invite_link) { in on_load_chat_full_from_database()
9611 if (need_invite_link) { in on_load_chat_full_from_database()
9717 bool need_invite_link = c->status.can_manage_invite_links(); in on_load_channel_full_from_database() local
9719 if (need_invite_link != have_invite_link) { in on_load_channel_full_from_database()
9720 if (need_invite_link) { in on_load_channel_full_from_database()