Skip to content

Load 7TV personal emotes for current user on startup #370

@Nerixyz

Description

@Nerixyz

I'm not sure if the emotes were pushed before, but currently, they aren't. We need to use a GQL query for this:

query PersonalInfo($id: String!, $platform: ConnectionPlatform!) {
  user: userByConnection(platform: $platform, id: $id) {
    id,
    emote_sets(entitled: true) {
      id,
      name,
      flags,
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions