fixed: mute-icon when channel is muted

This commit is contained in:
John Ngei 2024-01-24 00:25:16 +01:00 committed by GitHub
parent 3ec7209fcc
commit 3665fe26da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@
unmute-chat-label
mute-chat-label))
:color cover-bg-color
:icon (if muted? :i/muted :i/activity-center)
:icon (if muted? :i/activity-center :i/muted)
:on-press (fn []
(if muted?
(home.actions/unmute-chat-action chat-id)