refactor: Widen types for message rendering helpers#32601
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32601 +/- ##
===========================================
- Coverage 56.53% 56.48% -0.06%
===========================================
Files 2484 2484
Lines 54693 54723 +30
Branches 11286 11297 +11
===========================================
- Hits 30921 30908 -13
- Misses 21122 21128 +6
- Partials 2650 2687 +37
Flags with carried forward coverage won't be shown. Click here to find out more. |
c477b91 to
f8a8765
Compare
f8a8765 to
d251cfc
Compare
Proposed changes (including videos or screenshots)
This PR tightens some function signatures from functions that used to receive complete
IMessageobjects but now only operate on message's text content. The goal of it is to improve type-safety a little bit.Issue(s)
Steps to test or reproduce
Further comments