fix shared groups filter

This commit is contained in:
Salvatore Giordano
2021-03-09 19:02:53 +01:00
parent 9bd892e253
commit a0f15c10b4
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class _MyAppState extends State<MyApp> with TickerProviderStateMixin {
final client = StreamChatClient(
apiKey ?? kDefaultStreamApiKey,
logLevel: Level.INFO,
logLevel: Level.SEVERE,
)..chatPersistenceClient = chatPersistentClient;
if (userId != null) {