merge master

This commit is contained in:
Salvatore Giordano
2021-01-07 12:24:30 +01:00
parent f3aefdaf8b
commit d4f2d79702
11 changed files with 178 additions and 68 deletions
+1
View File
@@ -125,6 +125,7 @@ class StreamChatState extends State<StreamChat> with WidgetsBindingObserver {
.on(EventType.messageNew)
.where((e) => e.user?.id != user.id)
.where((e) => e.message.silent != true)
.where((e) => e.message.shadowed != true)
.listen((event) async {
final channel = client.channel(
event.channelType,