Skip to content

Commit

Permalink
Update matrixClient.http.authedRequest calls
Browse files Browse the repository at this point in the history
With matrix-org/matrix-js-sdk#2719 the signature of `authedRequest` has changed. They now do not expect a callback as the first parameter anymore.

All other parameters have just moved up by one.
  • Loading branch information
fnwbr authored Mar 5, 2024
1 parent b2fbb8c commit c0947df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/matrix-crdt/src/reader/MatrixReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class MatrixReader extends lifecycle.Disposable {
}
try {
this.pendingPollRequest = this.matrixClient.http.authedRequest(
undefined as any,
Method.Get,
"/events",
{
Expand Down

0 comments on commit c0947df

Please sign in to comment.