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
Currently the only way to get a reference to the channel is to use getCreate which will create the channel
if it doesn't exist. This is not needed for the requests that only read the channels however.
The text was updated successfully, but these errors were encountered:
Currently the only way to get a reference to the channel is to use
getCreate
which will create the channelif it doesn't exist. This is not needed for the requests that only read the channels however.
The text was updated successfully, but these errors were encountered: