-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Members in Chat Inspector #153
Members in Chat Inspector #153
Conversation
I have encountered some issues while testing this PR, which is when changing chats, the user list does not update, please fix it |
And also the user list update process introduces tremendous lag, probably related to fetching everything on the main thread |
It was updating, but just adding list of users from new chat to an old one. Fixed it:
|
hope it is fixed, i have removed fetching from the main thread to background |
Thanks for the fixes! I will test these changes later this day :) |
Just did the testing:
|
UPD: tried again, somehow it works differently now, but still broken Now after changing a chat, the user list does not update at all, it just clears itself and doesn't fill up again |
Bruh I tried again and the behavior returned back to how it was lmao |
Tested the new update, now it works as expected! Kind of... |
And, if you can, it will be really good if you will add support for updates from TDLib, which will make that list live, and make it update itself when data changes |
Fuck it, gonna YOLO it and do a merge |
Added list of members of a chat to chat inspector
Some bugs when scrolling fast,
.anchorPreference(key:value:transform:)
might fix