fix shared groups filter

This commit is contained in:
Salvatore Giordano
2021-03-05 10:43:14 +01:00
parent 53aba323aa
commit 40572a36d9
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) {