Skip to content
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

EventSub tracking issue #5908

Open
9 of 31 tasks
Nerixyz opened this issue Feb 6, 2025 · 0 comments
Open
9 of 31 tasks

EventSub tracking issue #5908

Nerixyz opened this issue Feb 6, 2025 · 0 comments
Labels
Feature: EventSub meta Meta issue tracking multiple smaller tasks

Comments

@Nerixyz
Copy link
Contributor

Nerixyz commented Feb 6, 2025

The EventSub implementation is very basic right now, but it needs to be ready in the near future (https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043). A few tasks that need to be done at some point (feel free to update) and I can't keep them all in my head or in the TODO.md file.

twitch-eventsub-ws

Chatterino Integration

PubSub Parity

  • moderation.chatCleared
  • moderation.messageCleared
  • moderation.modeChanged
  • moderation.moderationStateChanged
  • moderation.raidStarted
  • moderation.raidCanceled
  • moderation.userBanned
  • moderation.userUnbanned
  • moderation.userWarned
  • moderation.suspiciousMessageReceived
  • moderation.suspiciousTreatmentUpdated
  • moderation.autoModMessageCaught
  • moderation.autoModMessageBlocked
  • moderation.automodUserMessage
  • moderation.automodInfoMessage

If you haven't done yet, please vote on "Allow getting realtime updates on polls/predictions/channel points redemptions through websockets for all users". We can't display reward information on channel point redemptions without PubSub. In EventSub, these subscriptions are hidden behind broadcaster authentication. There are ideas to work around that, but they require a dedicated server (RFC).


Some nice-to-have things:

@Nerixyz Nerixyz added the issue-report An issue reported by a user. label Feb 6, 2025
@pajlada pajlada added meta Meta issue tracking multiple smaller tasks Feature: EventSub and removed issue-report An issue reported by a user. labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: EventSub meta Meta issue tracking multiple smaller tasks
Projects
None yet
Development

No branches or pull requests

2 participants