Skip to content
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

MSC3567: Allow requesting events from the start/end of the room history #3567

Merged
merged 5 commits into from Jan 16, 2022

Conversation

clokep
Copy link
Contributor

@clokep clokep commented Dec 14, 2021

@turt2live turt2live added client-server Client-Server API kind:maintenance MSC which clarifies/updates existing spec proposal A matrix spec change proposal proposal-in-review labels Dec 14, 2021
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks great - just a point of clarity before chucking this through the process.

proposals/3567-optional-from-on-messages.md Outdated Show resolved Hide resolved
proposals/3567-optional-from-on-messages.md Outdated Show resolved Hide resolved
@turt2live turt2live added this to Needs idea feedback / initial review in Spec Core Team Backlog via automation Dec 14, 2021
@turt2live turt2live moved this from Needs idea feedback / initial review to Ready for FCP ticks in Spec Core Team Backlog Dec 14, 2021
@turt2live turt2live moved this from Ready for FCP ticks to Proposed for FCP readiness in Spec Core Team Backlog Dec 14, 2021
Co-authored-by: Travis Ralston <travisr@matrix.org>
@turt2live
Copy link
Member

This seems relatively straightforward, and has a concrete use case.

@mscbot fcp merge

@mscbot
Copy link
Collaborator

mscbot commented Dec 14, 2021

Team member @turt2live has proposed to merge this. The next step is review by the rest of the tagged people:

Once at least 75% of reviewers approve (and there are no outstanding concerns), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

See this document for information about what commands tagged team members can give me.

@mscbot mscbot added disposition-merge proposed-final-comment-period Currently awaiting signoff of a majority of team members in order to enter the final comment period. and removed proposal-in-review labels Dec 14, 2021
@turt2live turt2live moved this from Proposed for FCP readiness to Ready for FCP ticks in Spec Core Team Backlog Dec 14, 2021
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not saying "no", but I've yet to be convinced that this is the best approach.

Honestly, it sounds like a case of "we've implemented this in a way that violates the spec, and now we want to change the spec make it legal".

[a better justification, tbh, is "synapse does it, and it's pointless to try to hold back that tide now"]

proposals/3567-optional-from-on-messages.md Show resolved Hide resolved
proposals/3567-optional-from-on-messages.md Show resolved Hide resolved
proposals/3567-optional-from-on-messages.md Show resolved Hide resolved
@Gnuxie
Copy link
Contributor

Gnuxie commented Dec 15, 2021

Just want to add that this would help us avoid some serious gymnastics we perform in Mjolnir before redacting a user's events https://github.com/matrix-org/mjolnir/blob/main/src/utils.ts#L101-L169

@richvdh
Copy link
Member

richvdh commented Dec 16, 2021

ok, I've been convinced!

germain-gg pushed a commit to matrix-org/matrix-js-sdk that referenced this pull request Dec 17, 2021
@turt2live
Copy link
Member

@richvdh can I further convince you to check an FCP box? 😇

@richvdh richvdh self-requested a review December 20, 2021 14:26
@@ -0,0 +1,67 @@
# MSC3567: Allow requesting events from the start/end of the room history

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why synapse supports pagination from the start of the room history?

@mscbot
Copy link
Collaborator

mscbot commented Jan 11, 2022

🔔 This is now entering its final comment period, as per the review above. 🔔

@mscbot mscbot added final-comment-period This MSC has entered a final comment period in interest to approval, postpone, or delete in 5 days. and removed proposed-final-comment-period Currently awaiting signoff of a majority of team members in order to enter the final comment period. labels Jan 11, 2022
@turt2live turt2live moved this from Ready for FCP ticks to In FCP in Spec Core Team Backlog Jan 11, 2022
germain-gg added a commit that referenced this pull request Jan 12, 2022
As per MSC3567, the `from` parameter is now optional for the `/messages` endpoint to allow fetching first or latest room content without having to rely on `/sync`

#3567
@mscbot
Copy link
Collaborator

mscbot commented Jan 16, 2022

The final comment period, with a disposition to merge, as per the review above, is now complete.

@mscbot mscbot added finished-final-comment-period and removed disposition-merge final-comment-period This MSC has entered a final comment period in interest to approval, postpone, or delete in 5 days. labels Jan 16, 2022
@turt2live turt2live merged commit 21882b6 into main Jan 16, 2022
@turt2live turt2live moved this from In FCP to Done to some definition in Spec Core Team Backlog Jan 16, 2022
@turt2live turt2live added spec-pr-missing Proposal has been implemented and is being used in the wild but hasn't yet been added to the spec spec-pr-in-review A proposal which has been PR'd against the spec and is in review and removed finished-final-comment-period spec-pr-missing Proposal has been implemented and is being used in the wild but hasn't yet been added to the spec labels Jan 16, 2022
@turt2live
Copy link
Member

Spec PR: #3638

jplatte pushed a commit to jplatte/matrix-spec that referenced this pull request Mar 25, 2022
As per MSC3567, the `from` parameter is now optional for the `/messages` endpoint to allow fetching first or latest room content without having to rely on `/sync`

matrix-org/matrix-spec-proposals#3567
richvdh pushed a commit to matrix-org/matrix-spec that referenced this pull request Mar 29, 2022
As per MSC3567, the `from` parameter is now optional for the `/messages` endpoint to allow fetching first or latest room content without having to rely on `/sync`

matrix-org/matrix-spec-proposals#3567
@clokep
Copy link
Contributor Author

clokep commented Apr 5, 2022

The new spec PR: matrix-org/matrix-spec#1002.

The spec PR was merged so I think the labels need an update here!

@richvdh richvdh added merged A proposal whose PR has merged into the spec! and removed spec-pr-in-review A proposal which has been PR'd against the spec and is in review labels Apr 5, 2022
@clokep clokep deleted the clokep/messages-from branch May 17, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client-server Client-Server API kind:maintenance MSC which clarifies/updates existing spec merged A proposal whose PR has merged into the spec! proposal A matrix spec change proposal
Projects
Spec Core Team Backlog
  
Done to some definition
Development

Successfully merging this pull request may close these issues.

/room/${roomID}/messages requires "from" parameter, but should it?
8 participants