-
Notifications
You must be signed in to change notification settings - Fork 439
[NEW] Add purpose label to quote component #2330
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2330 +/- ##
===========================================
+ Coverage 26.35% 26.36% +0.01%
===========================================
Files 440 440
Lines 16122 16278 +156
===========================================
+ Hits 4249 4292 +43
- Misses 11873 11986 +113
Continue to review full report at Codecov.
|
…ocketChat/Rocket.Chat.iOS into feat/pinned_replied_label.2307
Looks good to me, but I think we can merge #2335 on this PR before merging it. |
…arkdown_caching [CHORE] Only use unmanaged objects on transforming markdown cache
return | ||
} | ||
|
||
if let text = force ? MessageTextCacheManager.shared.update(for: unmanagedMessage, with: theme) : MessageTextCacheManager.shared.message(for: unmanagedMessage, with: theme) { |
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.
Line Length Violation: Line should be 120 characters or less: currently 182 characters (line_length)
guard let identifier = message.identifier else { return nil } | ||
|
||
let key = cachedKey(for: identifier) | ||
@discardableResult func update(for message: UnmanagedMessage, with theme: Theme? = nil) -> NSMutableAttributedString? { |
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.
Line Length Violation: Line should be 120 characters or less: currently 123 characters (line_length)
@RocketChat/ios
This conforms replying to the design we have in Zeplin, and I used the same concept for pinning messages.
Closes #2307