From 811a71d810d1180008bc32924accad0b097ac4bb Mon Sep 17 00:00:00 2001 From: Augusto Gondim <4augusto@gmail.com> Date: Fri, 15 Mar 2024 17:26:14 -0300 Subject: [PATCH] feat(channel-list-provider): Add metadataKey and metadataValues query params --- src/modules/ChannelList/context/ChannelListProvider.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/ChannelList/context/ChannelListProvider.tsx b/src/modules/ChannelList/context/ChannelListProvider.tsx index d50b1ef25..c9da949f9 100644 --- a/src/modules/ChannelList/context/ChannelListProvider.tsx +++ b/src/modules/ChannelList/context/ChannelListProvider.tsx @@ -62,6 +62,8 @@ export interface GroupChannelListQueryParamsInternal { unreadChannelFilter?: UnreadChannelFilter; includeFrozen?: boolean; userIdsFilter?: GroupChannelUserIdsFilter; + metadataKey?: string; + metadataValues?: Array; } interface ChannelListQueries {