Skip to content

Commit

Permalink
updated statu-go
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mut committed Jun 21, 2023
1 parent 0fe9bc9 commit 686e1f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions src/quo2/components/list_items/channel.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@
(when (and (not locked?)
(or muted? community-muted?))
[quo2.icons/icon :i/muted
{:size 20
:no-color true}])
{:size 20
:resize-mode :center
:color (colors/theme-colors
colors/neutral-40
colors/neutral-50)}])
(when (and (not locked?)
(or (not muted?) (not community-muted?))
(pos? (int mentions-count)))
Expand Down
4 changes: 2 additions & 2 deletions src/status_im2/contexts/communities/overview/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
(rf/dispatch [:show-bottom-sheet
{:content (fn [] [actions/chat-actions chat false])
:selected-item (fn []
[quo/channel-list-item chat])}])))]])])])
community-muted?])
[quo/channel-list-item chat])}])))
community-muted?]])])])])

(defn request-to-join-text
[is-open?]
Expand Down
4 changes: 2 additions & 2 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"owner": "status-im",
"repo": "status-go",
"version": "ft/mute-community",
"commit-sha1": "3abc86e4f06d06099f3240ecd2cf912840f147a1",
"src-sha256": "1b10c07rm1p39hkkmdj0fwyx1b7hdy3523v58r1qv6y3nz1w9sc1"
"commit-sha1": "919123e1d6905825c6768b48a8ae781d084ecd61",
"src-sha256": "0z0jsgi7nfsc3ayv4vk47f6v3wc0vcfszj1fq09cl90yidv0wlwg"
}

0 comments on commit 686e1f1

Please sign in to comment.