-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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 passed
Failed tests (15)Click to expand
Passed tests (55)Click to expand |
5ab42ab
to
51c6c32
Compare
60% of end-end tests have passed
Failed 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 passed
Failed 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:
|
5dbc922
to
439e762
Compare
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 <[email protected]>
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