[Fixes: #12061] Add unread mentions count#12152
Conversation
Jenkins BuildsClick to see older builds (12)
|
c5ed937 to
5ab42ab
Compare
79% of end-end tests have passedFailed tests (15)Click to expand
Passed tests (55)Click to expand |
5ab42ab to
51c6c32
Compare
60% of end-end tests have passedFailed tests (6)Click to expand
Passed tests (9)Click to expand
|
|
@cammellos caught by e2e and can be reproduced manually: ISSUE 1: when chat appears in activity centre with command message, it is shown as group chatSteps:
Expected result: OS: IOS, Android Also can you please rebase PR to recent develop, as several e2e are fixed there? |
51c6c32 to
8c8e977
Compare
ISSUE 2: unread messages counter is reset after reloginSteps:
Expected result: |
8c8e977 to
5dbc922
Compare
99% of end-end tests have passedFailed tests (1)Click to expand
Passed tests (69)Click to expand |
|
@churik is that related or separate? |
|
e2e failures are not related to PR, looking into this separately |
|
Tested basic flows, mentioned in description + communities + PNs. Devices:
|
439e762 to
ef13b4d
Compare
Fixes: #2061 This commit adds an unread mentions count in 3 places: 1) Public chats 2) Communities in home 3) Communities chats The logic is that if you have unread mentions, it will show you the count of messages with unread mentions, while if you have only unread messages, you will see a blue dot. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>

Fixes: #12061
This commit adds an unread mentions count in 3 places:
The logic is that if you have unread mentions, it will show you the
count of messages with unread mentions, while if you have only unread
messages, you will see a blue dot.
cc @errorists