You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the information contained about the different channels is not up to date or isn't refreshed properly. This can be seen on e.g. the 'status' (if it is defined) property of each 'channel' objects, as this property differs when checking at the endpoint
to something which seems to be the previous status (e.g. the /users/{user}/follows/channels contains the previously set status, compared to the /streams/{channel} endpoint)
I'm guessing this isn't intended, as I've only begun experiencing this recently. Should I migrate to extracting the 'status' property from the /streams/ endpoint instead?
The text was updated successfully, but these errors were encountered:
When browsing to the endpoint found at
the information contained about the different channels is not up to date or isn't refreshed properly. This can be seen on e.g. the 'status' (if it is defined) property of each 'channel' objects, as this property differs when checking at the endpoint
or
to something which seems to be the previous status (e.g. the /users/{user}/follows/channels contains the previously set status, compared to the /streams/{channel} endpoint)
I'm guessing this isn't intended, as I've only begun experiencing this recently. Should I migrate to extracting the 'status' property from the /streams/ endpoint instead?
The text was updated successfully, but these errors were encountered: