OdyseeTeam / odysee-android

The Odysee Android app with wallet functionality
MIT License
136 stars 27 forks source link

web sockets should use sockety #277

Open tzarebczan opened 2 years ago

tzarebczan commented 2 years ago

https://github.com/OdyseeTeam/odysee-android/blob/721baa922a16bd235fed5017dedff1c124a026ea/app/src/main/java/com/odysee/app/utils/Lbryio.java#L59

compare to odysee.com - this should be this for the internal: wss://sockety.odysee.tv/ws/internal?id={AUTH_TOKEN} and for comments: wss://sockety.odysee.tv/ws/commentron?id=8704b84f66eaed4b8484fc0631e2c19716737175&category=@PastorShadilay:a&sub_category=viewer (think Javi started working on this?)

kekkyojin commented 2 years ago

Yes. That is PR 276

tzarebczan commented 1 year ago

Need to confirm this was completed