Skip to content

Commit 4d8a932

Browse files
committed
e2e: group chat unread messages
1 parent ad17c37 commit 4d8a932

File tree

1 file changed

+3
-1
lines changed
  • src/status_im2/contexts/chat/home/chat_list_item

1 file changed

+3
-1
lines changed

src/status_im2/contexts/chat/home/chat_list_item/view.cljs

+3-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@
227227

228228
;; TODO: use the grey-dot component when chat-list-item is moved to quo2.components
229229
(and group-chat unread-messages?)
230-
[rn/view {:style (style/grey-dot)}]
230+
[rn/view
231+
{:style (style/grey-dot)
232+
:accessibility-label :unviewed-messages-public}]
231233

232234
unread-messages?
233235
[quo/info-count

0 commit comments

Comments
 (0)