-
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
Render replies to ended polls (PSG-1131) #7284
Conversation
Kudos, SonarCloud Quality Gate passed! |
Codecov ReportBase: 11.97% // Head: 11.97% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7284 +/- ##
===========================================
- Coverage 11.97% 11.97% -0.01%
===========================================
Files 1633 1634 +1
Lines 160923 161007 +84
Branches 65809 65851 +42
===========================================
+ Hits 19275 19283 +8
- Misses 141008 141083 +75
- Partials 640 641 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
This PR replaces the "Ended poll" placeholder inside replies to
m.poll.end
events.The placeholder will be replaced with one of the following in order:
question
of the relatedm.poll.start
eventDependency
matrix-org/matrix-ios-sdk#1685
Result