GetStream / stream-chat-go

Stream Chat official Golang API Client
https://getstream.io/chat/
BSD 3-Clause "New" or "Revised" License
67 stars 31 forks source link

Unable to add `x-stream-ext` header for before send webhook #283

Open ariboren opened 3 months ago

ariboren commented 3 months ago

Per the docs, I should be able to set an x-stream-ext header to pass arbitrary info through the before send webhook's request_info payload, but I'm unable to find how to add configure that. Is this not supported in the Go SDK?