We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2f4c6 commit 51f71d7Copy full SHA for 51f71d7
td/telegram/UserManager.cpp
@@ -3183,7 +3183,7 @@ void UserManager::on_get_user(telegram_api::object_ptr<telegram_api::User> &&use
3183
if (bot_active_users != u->bot_active_users) {
3184
bool is_me = user_id == get_my_id();
3185
if (!is_me || Time::now() > next_set_my_active_users_) {
3186
- bot_active_users = u->bot_active_users;
+ u->bot_active_users = bot_active_users;
3187
u->is_changed = true;
3188
3189
if (is_me) {
0 commit comments