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
In 04-channel V2, channel creators are currently keyed by channel_key{channel_id}/creator_key. This means that if you iterate over channels by channel_key, the iterator will return both channels and creators.
To avoid this, we should change the key structure for channels creators to be prefixed with the creator_key instead. For instance creator_key/{channel_id}.