OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

Fix attempt - Sometimes wild-west-like results appear in hometab playlists #3089

Closed keikari closed 4 months ago

keikari commented 4 months ago

Fixes

https://secure.helpscout.net/conversation/2570541219/242582?folderId=4588968 User reported about sometimes having some random items showing in their home tab playlists.
There was a generic claim search happening when reloading the channel hometab page(screenshot of the params), and results from that got shown sometimes on some lists before the real items got loaded.

Issue can be seen if reloading this page:
https://odysee.com/@Flaviano_Pasinetti:2 Un-wanted generic claim search is consistent. Seeing the effects on UI isn't consistent.

2024-04-22_11-01

I don't understand why the issue exactly happens, but this seems to fix it. And doesn't seem to break other hometab sections

tzarebczan commented 4 months ago

Thanks for fixing, looks good!