gitnew2018 / My-OpenPeriscope

Periscope.tv client and downloader based on Pmmlabs/OpenPeriscope
GNU General Public License v2.0
21 stars 13 forks source link

Blocked users still on the broadcast list #66

Open kewalsk opened 4 years ago

kewalsk commented 4 years ago

Blocking the user in the application or externally should make the broadcasts of this user disappear from the list. These broadcasts are still visible on the list even after refresh, despite the followingBroadcastFeed is not returning them anymore.

gitnew2018 commented 4 years ago

This is a side effect of keeping broadcasts info in memory to be able to see deleted ones. New broadcasts of blocked users won't show though.

Right now it's cache all new broadcasts then on refresh add new ones, limit to 100. I don't see any easy way to fix it.

kewalsk commented 4 years ago

Let's just remove the broadcast from the list on blocking with the context menu - this should be easy.

gitnew2018 commented 4 years ago

That wont work if you block from different place but sure this can be done.