Closed AnatolyRugalev closed 3 years ago
@AnatolyRugalev I know this is an older PR, but GetTask is not a good way to get the result of ExportChannel, see https://github.com/GetStream/stream-chat-js/blob/master/src/client.ts#L3082
the problem lies with the fact that the GetExportChannelStatus endpoint adds a signed S3 link, which is not done in the GetTask endpoint.
or we can do the refactoring to merge them (we will do eventually)
or we can do the refactoring to merge them (we will do eventually)
Yeah, this is probably a better in a long term
This PR adds exportChannel related functionality into SDK