From 0f9a6c21ac16f88d4e0314974e6436932db986c2 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Tue, 28 Sep 2021 14:10:34 +0530 Subject: [PATCH] Update packages/stream_chat/lib/src/core/models/filter.dart Co-authored-by: Salvatore Giordano --- packages/stream_chat/lib/src/core/models/filter.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat/lib/src/core/models/filter.dart b/packages/stream_chat/lib/src/core/models/filter.dart index cd53c9e8..e668c417 100644 --- a/packages/stream_chat/lib/src/core/models/filter.dart +++ b/packages/stream_chat/lib/src/core/models/filter.dart @@ -40,7 +40,7 @@ enum FilterOperator { /// Matches values with the specified prefix. autoComplete, - /// Matches values that exist. + /// Matches values that exist/don't exist based on the specified boolean value. exists, /// Matches values that don't exist.