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
I'm not sure if this applies to other objects, but the object returned from creating a channel both via the standard API calls and via the user stream have no annotations despite being passed annotations, and the annotations being present on subsequent calls to the API.
The text was updated successfully, but these errors were encountered:
It seems that unless I add include_annotations=1 to the query string of the initial request for subscription from https://stream-channel.app.net/stream/user, I never receive annotations via the stream JSON messages.
Could the API be modified such that the include_annotations (and other query params) respect the passed values from individual subscription requests? i.e. https://api.app.net/channels?connection_id=…&include_annotations=1&…
I'm not sure if this applies to other objects, but the object returned from creating a channel both via the standard API calls and via the user stream have no annotations despite being passed annotations, and the annotations being present on subsequent calls to the API.
The text was updated successfully, but these errors were encountered: