Skip to content

[Bug] channel.follow puts Broadcaster ID in Broadcaster User Login #310

Description

@Xemdo

What is the problem?

When running the event channel.follow, the broadcaster_user_id value gets put in broadcaster_user_login:

{
  "subscription": {
    "id": "58ae210a-a2d5-f681-e6e5-5fe81133f467",
    "status": "enabled",
    "type": "channel.follow",
    "version": "2",
    "condition": {
      "broadcaster_user_id": "37885088",
      "moderator_user_id": "89702268"
    },
    "transport": {
      "method": "webhook",
      "callback": "null"
    },
    "created_at": "2024-01-05T18:55:29.2763678Z",
    "cost": 0
  },
  "event": {
    "user_id": "89702268",
    "user_login": "testFromUser",
    "user_name": "testFromUser",
    "broadcaster_user_id": "37885088",
    "broadcaster_user_login": "37885088",
    "broadcaster_user_name": "testBroadcaster",
    "followed_at": "2024-01-05T18:55:29.2763678Z"
  }
}

Operating System

All

Architecture Version (x86, x64, arm, etc)

All

Steps to reproduce

twitch event trigger channel.follow

Relevant log output

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions