-
Notifications
You must be signed in to change notification settings - Fork 79
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
refactor(messages): create a helper MessageItem init function #17008
Conversation
Jenkins BuildsClick to see older builds (14)
|
@@ -7,7 +7,7 @@ import ../item as chat_item | |||
import ./chat_details | |||
import ../../../shared_models/message_model as pinned_msg_model | |||
import ../../../shared_models/message_item as pinned_msg_item | |||
import ../../../shared_models/message_transaction_parameters_item | |||
# import ../../../shared_models/message_transaction_parameters_item |
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.
leftover?
9880cb1
to
72bfa67
Compare
666b15b
to
c71a9ef
Compare
72bfa67
to
664e06e
Compare
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.
Nice cleanup otherwise
src/app/modules/main/chat_section/chat_content/messages/module.nim
Outdated
Show resolved
Hide resolved
c71a9ef
to
cdeaf56
Compare
664e06e
to
4c18af4
Compare
@alexjba you are the randomly selected tester. In this case, just check that the messages work nicely everywhere and will all types of messages
|
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.
🧹
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! Tested 👍
Fixes #14039 Creates a util function to create MessageItems.
4c18af4
to
d45dc96
Compare
Fixes #14039
Creates a util function to create MessageItems.
Based on top of #16894 because it modified the
initMessageItem
function so I wanted to avoid conflicts