Add check debug logging.
GitOrigin-RevId: 80365becdd9b3d51367a569334e624511f05cce2
This commit is contained in:
parent
e17768bcc3
commit
e24278903b
@ -18357,7 +18357,11 @@ vector<Notification> MessagesManager::get_message_notifications_from_database_fo
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
CHECK(m->notification_id.get() < from_notification_id.get());
|
LOG_CHECK(m->notification_id.get() < from_notification_id.get())
|
||||||
|
<< from_mentions << " " << d->dialog_id << " " << m->message_id << " " << m->notification_id << " "
|
||||||
|
<< from_message_id << " " << from_notification_id << " " << group_info.group_id << " "
|
||||||
|
<< group_info.last_notification_date << " " << greoup_info.last_notification_id << " "
|
||||||
|
<< group_info.max_removed_notification_id;
|
||||||
from_notification_id = m->notification_id;
|
from_notification_id = m->notification_id;
|
||||||
from_message_id = m->message_id;
|
from_message_id = m->message_id;
|
||||||
is_found = true;
|
is_found = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user