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 {