Add chat pagination logging fallback and bump version to 2.2.5
All checks were successful
Desktop CI / tests (push) Successful in 13s
Desktop Release / release (push) Successful in 3m18s

This commit is contained in:
Денисов Александр Андреевич
2026-02-17 18:34:33 +03:00
parent ac2013bcca
commit 5a3e4c188e
3 changed files with 62 additions and 3 deletions

View File

@@ -1330,7 +1330,7 @@ class VkChatManager(QMainWindow):
try:
self._set_busy(True, "Статус: загрузка чатов...")
self._log_event("load_chats", "start")
conversations = load_chat_conversations(self._vk_call_with_retry, self.vk)
conversations = load_chat_conversations(self._vk_call_with_retry, self.vk, log_func=self._log_event)
type_counts = {}
non_chat_samples = []
missing_title_count = 0