diff --git a/lib/components/list_items/chat_list_item.dart b/lib/components/list_items/chat_list_item.dart index 9556a49..27de834 100644 --- a/lib/components/list_items/chat_list_item.dart +++ b/lib/components/list_items/chat_list_item.dart @@ -129,7 +129,7 @@ class ChatListItem extends StatelessWidget { @override Widget build(BuildContext context) { - final isMuted = room.pushRuleState == PushRuleState.notify; + final isMuted = room.pushRuleState != PushRuleState.notify; final slideableKey = GlobalKey(); return Slidable( key: slideableKey,