Skip to content

Commit df6e6df

Browse files
Merge pull request #1196 from GetStream/vishal/channel-list-hook-fix
fix: pull to refresh functionality [CRNS-536]
2 parents 0a27963 + 2857a67 commit df6e6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/ChannelList/hooks/usePaginatedChannels.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const usePaginatedChannels = <
6161

6262
const hasUpdatedData =
6363
queryType === 'loadChannels' ||
64+
queryType === 'refresh' ||
6465
[
6566
JSON.stringify(filtersRef.current) !== JSON.stringify(filters),
6667
JSON.stringify(sortRef.current) !== JSON.stringify(sort),

0 commit comments

Comments
 (0)