-
Notifications
You must be signed in to change notification settings - Fork 504
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
Flescio/7253 add mar kas unread option for rooms #7301
Flescio/7253 add mar kas unread option for rooms #7301
Conversation
Codecov ReportBase: 12.02% // Head: 12.03% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7301 +/- ##
========================================
Coverage 12.02% 12.03%
========================================
Files 1629 1628 -1
Lines 161185 161196 +11
Branches 66037 66040 +3
========================================
+ Hits 19387 19392 +5
- Misses 141154 141161 +7
+ Partials 644 643 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -22,6 +22,7 @@ import Foundation | |||
func roomContextActionService(_ service: RoomContextActionServiceProtocol, showRoomNotificationSettingsForRoomWithId roomId: String) | |||
func roomContextActionServiceDidJoinRoom(_ service: RoomContextActionServiceProtocol) | |||
func roomContextActionServiceDidLeaveRoom(_ service: RoomContextActionServiceProtocol) | |||
func roomContextActionServiceDidMarkedRoom(_ service: RoomContextActionServiceProtocol) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose roomContextActionServiceDidMarkRoom
will make more sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Kudos, SonarCloud Quality Gate passed! |
Resolves #7253