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
This line is causing an issue with GetAllChannelMetadata because it is overwriting the "include" key in the params map, this means all requests to GetAllChannelMetadata that may have "include=custom" will be replaced by "include=type".
The text was updated successfully, but these errors were encountered:
kotlin/src/main/kotlin/com/pubnub/api/endpoints/objects/channel/GetAllChannelMetadata.kt
Line 29 in f7f2a8a
This line is causing an issue with GetAllChannelMetadata because it is overwriting the "include" key in the params map, this means all requests to GetAllChannelMetadata that may have "include=custom" will be replaced by "include=type".
The text was updated successfully, but these errors were encountered: