core: fix report count when loading chat (#5505)

* core: fix report count when loading chat

* remove "deleted" parameter from api
This commit is contained in:
Evgeny
2025-01-10 19:41:01 +00:00
committed by GitHub
parent 5fcf5c2cf8
commit c8c6a832dd
9 changed files with 36 additions and 78 deletions
@@ -1002,11 +1002,4 @@ CREATE INDEX idx_chat_items_groups_msg_content_tag_item_ts ON chat_items(
msg_content_tag,
item_ts
);
CREATE INDEX idx_chat_items_groups_msg_content_tag_item_deleted_item_ts ON chat_items(
user_id,
group_id,
msg_content_tag,
item_deleted,
item_ts
);
|]