Team-TAU / tau

TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
149 stars 38 forks source link

update follows eventsub to v2 #133

Closed cgsdev0 closed 12 months ago

cgsdev0 commented 12 months ago

Twitch recently made some changes to the channel.follow subscription as documented here: https://dev.twitch.tv/docs/change-log/

they removed the v1 of the subscription and force you to use v2 instead

I'm not sure if there's anything else that needs to be changed; I'm running this change on my personal instance, and it seems to have resolved the problem

FiniteSingularity commented 12 months ago

Thank you for the PR! I thought I had fixed this a long time ago, but apparently had never merged it in (or maybe I accidentally overwrote the changes at some point). That should be all that is required to fix the issue. I'll give it a quick test later today and get this merged in.