mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Index new unread reactions in history.
This commit is contained in:
@@ -1294,7 +1294,8 @@ void ApiWrap::markContentsRead(
|
||||
QVector<MTPint>>();
|
||||
markedIds.reserve(items.size());
|
||||
for (const auto &item : items) {
|
||||
if (!item->markContentsRead() || !item->isRegular()) {
|
||||
if (!item->markContentsRead() || !item->isRegular() || true) {
|
||||
AssertIsDebug();
|
||||
continue;
|
||||
}
|
||||
if (const auto channel = item->history()->peer->asChannel()) {
|
||||
|
Reference in New Issue
Block a user