-
Notifications
You must be signed in to change notification settings - Fork 211
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
[CIS-1009] Fix the appearance of system messages #1281
Conversation
Generated by 🚫 Danger |
Sources/StreamChatUI/ChatMessageList/ChatMessage/ChatMessageContentView_Tests.swift
Show resolved
Hide resolved
Sources/StreamChatUI/ChatMessageList/ChatMessage/ChatMessageLayoutOptionsResolver.swift
Show resolved
Hide resolved
Sources/StreamChatUI/ChatMessageList/ChatMessage/ChatMessageContentView.swift
Outdated
Show resolved
Hide resolved
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 👍
7b292cd
to
d2504d7
Compare
4aea8a3
to
5d75f77
Compare
Codecov Report
@@ Coverage Diff @@
## main #1281 +/- ##
==========================================
- Coverage 91.65% 91.26% -0.39%
==========================================
Files 219 219
Lines 9488 9488
==========================================
- Hits 8696 8659 -37
- Misses 792 829 +37
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review 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.
Awesome 🚀
What does this PR do