Add chat pagination logging fallback and bump version to 2.2.5
This commit is contained in:
2
main.py
2
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user