Glimesh/glimesh.tv

API followingLiveChannels returns nodes that are offline as well

Closed this issue · 0 comments

i ran the query
query{myself{followingLiveChannels{count}}}
and I got the result

{
  "data": {
    "myself": {
      "followingLiveChannels": {
        "count": 64
      }
    }
  }
}

When there was only one streamer I follow that was live.
A more complete query:
query{myself{followingLiveChannels{edges{node{status,streamer{username,displayname}}}}}}
returned channels that were marked as offline as well