You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/events is still used when peeking rooms, but the hope is to replace it entirely with /sync in the near future - probably when paginated /sync finally lands, as that gave a way to request /sync on arbitrary rooms (permission allowing).
My concern lies on the fact that sytest uses /events which makes dendrite fail many tests.
Which is not ideal because failure of the deprecated API means you cannot test other APIs.
tests/50federation/31room-send.pl
relies on/events
api which is deprecated.sytest should use
/sync
.https://matrix.org/docs/spec/client_server/r0.3.0.html#get-matrix-client-r0-events
The text was updated successfully, but these errors were encountered: