Skip to content

Fix missing and wrongly sorted chats

Flo Lee requested to merge fix-chat-sorting into master

Dan overlooked how to load chats initially so that the right chat order is being forced in tdlib. Some chats came back with 0 as order, which means they are invalid. This code will request all possible chat ids, then request each chat in detail and update the chat list model. That should fix all those sorting and disappearing issues.

Edited by Flo Lee

Merge request reports