Commit 59647d3
authored
fix: Remove a logic blocking adding an empty channel to the ChannelList (#822)
[CLNP-1196](https://sendbird.atlassian.net/browse/CLNP-1196)
### Issue
We have blocked adding a new empty channel to the ChannelList. But it's
not considered with the ChannelListQuery, and there was a use case that
needed to add super group channels to the ChannelList.
It's fine to remove this logic because ChannelListQuery filters the
empty channels by referring to its `includeEmpty` options.
### Fix
* Remove the logic blocking adding an empty channel to the ChannelList
because the ChannelListQuery should judge it1 parent bcfe78c commit 59647d3
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 143 | | |
147 | 144 | | |
148 | 145 | | |
| |||
0 commit comments