This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/messages
can't paginate from the beginning of the room forwards - MSC3567
#12383
Labels
A-Messages-Endpoint
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)
A-Spec-Compliance
places where synapse does not conform to the spec
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Comments
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 11, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 11, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 11, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 12, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 17, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Oct 17, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Nov 10, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Nov 13, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Nov 16, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
gnunicorn
added a commit
to gnunicorn/synapse
that referenced
this issue
Nov 22, 2022
…. Include unit tests for forward and backward pagination of room messages. Fixes matrix-org#12383 .
reivilibre
pushed a commit
that referenced
this issue
Nov 24, 2022
H-Shay
pushed a commit
that referenced
this issue
Dec 13, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Messages-Endpoint
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)
A-Spec-Compliance
places where synapse does not conform to the spec
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
As discovered in matrix-org/matrix-spec#601 (comment)
Description
In MSC3567,
But Synapse doesn't seem to behave this way:
GET /_matrix/client/v3/rooms/{roomId}/messages?dir=b
: Gets the most recent events in the roomGET /_matrix/client/v3/rooms/{roomId}/messages?dir=f
: Gets no messagesSteps to reproduce
GET /_matrix/client/v3/rooms/{roomId}/messages?dir=f
Version information
If not matrix.org:
Version: Most recent
develop
(163fd68)Install method: Local development setup
The text was updated successfully, but these errors were encountered: