Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
MSC3381: Polls (mk II) #3381
MSC3381: Polls (mk II) #3381
Changes from 10 commits
32ab69a
9dd1990
a2baf26
b9f1a72
211f591
851e7e4
b350e4e
17b1059
b8ceeb9
b455266
b5347dd
d2a356b
4b54d84
9149428
73de215
c46929e
56f131a
7f5f111
a0b9cf2
513cd2e
c4a1e9c
162f76b
22f1c27
95fdc44
078fd3c
13ad17a
1af9365
169afe0
4891ca5
cb0a9fe
cd4cb41
df1926c
e0d9065
35ffaf9
e1084e6
a707fc1
2312620
2ff9870
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 is a desire to have clients conditionally show who voted for what along the way, described by a potential
show_participants
field on the poll object here. Currently, the MSC deliberately leaves it as an implementation detail for whether the client shows who voted for what. Element has clearly decided to implement it as not showing this information, though given the PR suggestion I do wonder if it should be conditional, changed in this MSC, or still left as an implementation detail.@arnfriedgriesert did you have suggestions on this as the original PR author?
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.
What makes
show_participants
inherently different from e.g.randomize_order
,show_results
orallow_change
that this should be included, why the others should not as cited earlier?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.
The other flags were already linked in a thread whereas this new one wasn't. The scope difference is subtle: I'm generally leaning towards not adding new flags and instead codifying the behaviour where we can.
Additional flags to control behavior are certainly possible. The further those flags are from the core of the MSC though, the more ideal it is to have them as dedicated MSCs.
show_participants
is challenging a core component of the MSC.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.
ftr - this doesn't appear to have prevented FCP, so I'm assuming this is safely future MSC territory.