Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Dec 20, 2022
1 parent 993806e commit 4ccd15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/status_im2/subs/chat/chats.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
:<- [:chat/inputs]
:<- [:mutual-contact-requests/enabled?]
(fn [[{:keys [group-chat chat-id] :as current-chat} my-public-key community blocked-users-set contacts inputs mutual-contact-requests-enabled?]]
(println "WTFFF" (group-chats.db/member? my-public-key current-chat) (chat.models/group-chat? current-chat))
(when current-chat
(cond-> current-chat
(chat.models/public-chat? current-chat)
Expand Down

0 comments on commit 4ccd15b

Please sign in to comment.