Closed Jonny1987 closed 3 weeks ago
My mistake, queryChannels
does query without creating a new channel so I can use that.
This issue is stale because it has been open for 20 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
This issue is stale because it has been open for 20 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Please select which package this feature is related to
stream_chat
Which platforms would this feature impact?
iOS, Android
Is your feature request related to a problem?
I want to check if the channel exists without creating it if it doesn't and there doesn't seem to be a way to do this, and createChannel already exists for the purpose of creating a channel (and createChannel currently just calls queryChannel) so it doesn't make sense for queryChannel to do the same thing.
Describe the solution that you'd like
At least there should be a parameter in queryChannel to indicate whether a new channel should be created or not
Describe alternatives that you have considered
I tried using queryChannels too but this also creates the channel.
Additional context
No response
Code of Conduct