-
Notifications
You must be signed in to change notification settings - Fork 498
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
Construct formatted body from replied event #6155
Construct formatted body from replied event #6155
Conversation
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/ixx4kF |
Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Outdated
Show resolved
Hide resolved
969ef05
to
1d93f63
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.
LGTM. If you can just apply this small tweak.
Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Outdated
Show resolved
Hide resolved
Co-authored-by: Gil Eluard <[email protected]>
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
This is a partial implementation of rich replies
It constructs the reply body directly from the related event, but only if it is available in the local DB.
Replies to unavailable events will fallback to the current behaviour.
It is therefore a partial fix for #3828 #3517 #4586 #5479 #5823
Simulator.Screen.Recording.-.iPhone.13.-.2022-06-02.at.15.48.04.mp4