Skip to content

Commit

Permalink
Use the correct /v3 prefix for /refresh endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidisaaclee committed Jan 2, 2023
1 parent ce776b9 commit a8df2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7524,7 +7524,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
undefined,
{ refresh_token: refreshToken },
{
prefix: ClientPrefix.V1,
prefix: ClientPrefix.V3,
inhibitLogoutEmit: true, // we don't want to cause logout loops
},
);
Expand Down

0 comments on commit a8df2a9

Please sign in to comment.