Skip to content
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

Rooms without an unread badge show up in "unread" tab #1540

Merged

Conversation

gileluard
Copy link
Contributor

resolves element-hq/element-ios#6511

  • Excluded room summaries without notifications from unread list

@gileluard gileluard requested a review from pixlwave August 2, 2022 14:27
Copy link
Member

@pixlwave pixlwave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 😎

@codecov-commenter
Copy link

Codecov Report

Merging #1540 (b42be3c) into gil/6079-Delight_Edit_layout_experiment (d0b36c8) will decrease coverage by 30.07%.
The diff coverage is 0.00%.

@@                             Coverage Diff                              @@
##           gil/6079-Delight_Edit_layout_experiment    #1540       +/-   ##
============================================================================
- Coverage                                    42.09%   12.01%   -30.08%     
============================================================================
  Files                                          515      515               
  Lines                                        84101    84115       +14     
  Branches                                     37059    35921     -1138     
============================================================================
- Hits                                         35399    10109    -25290     
- Misses                                       47672    73634    +25962     
+ Partials                                      1030      372      -658     
Impacted Files Coverage Δ
MatrixSDK/Data/MXRoomSummary.m 7.71% <0.00%> (-56.43%) ⬇️
MatrixSDKTests/MatrixSDKTestsData.h 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Crypto/Data/MXDeviceList.h 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Crypto/Data/MXOlmSession.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Data/MXPeekingRoomSummary.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Crypto/Utils/MXCryptoTools.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDKTests/MXPollBuilderTests.swift 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Space/MXSpaceChildrenResponse.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Crypto/Data/MXOlmSessionResult.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Crypto/Data/MXExportedOlmDevice.m 0.00% <0.00%> (-100.00%) ⬇️
... and 256 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0b36c8...b42be3c. Read the comment docs.

Base automatically changed from gil/6079-Delight_Edit_layout_experiment to develop August 2, 2022 15:26
…up_in_unread_tab

# Conflicts:
#	MatrixSDK/Data/MXRoomSummary.m
@gileluard gileluard merged commit b68d063 into develop Aug 2, 2022
@gileluard gileluard deleted the gil/6511-Rooms_without_unread_badge_show_up_in_unread_tab branch August 2, 2022 16:23
13027776717 added a commit to 13027776717/matrix-ios-sdk that referenced this pull request Aug 29, 2022
* release/nodefy_0.23.15: (175 commits)
  finish version++
  version++
  Stop using the room ID from the space child state.
  finish version++
  version++
  MXBeaconAggregations: Add debug log when MXBeaconInfoSummary associated to a stopped beacon info is not found.
  Implement new space selector bottom sheet (matrix-org#1541)
  Rooms without an unread badge show up in "unread" tab (matrix-org#1540)
  Delight edit layout experiment (matrix-org#1515)
  Send an empty dictionary when calling /join to be spec compliant.
  Empty commit to wake codecov
  AllWorkingTests: Disable tests that do not pass on GH actions
  changelog
  AllWorkingTests: Disabled commented tests
  Crypto tests CI: Expose tests report on failure and share code coverage
  Tests: Run working integration tests on every PR
  AllWorkingTests: Disable all unit tests
  AllWorkingTests: Disable the 22 tests that fail
  AllWorkingTests: Disable test classes with tests that crash
  Tests: Create AllWorkingTests test plan with stable tests
  ...

# Conflicts:
#	MatrixSDK/Data/RoomSummaryStore/CoreData/Models/MXRoomSummaryMO.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rooms without an unread badge show up in "unread" tab
3 participants