Skip to content

Commit a8df2a9

Browse files
committed
Use the correct /v3 prefix for /refresh endpoint
matrix-org/synapse#14364
1 parent ce776b9 commit a8df2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7524,7 +7524,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
75247524
undefined,
75257525
{ refresh_token: refreshToken },
75267526
{
7527-
prefix: ClientPrefix.V1,
7527+
prefix: ClientPrefix.V3,
75287528
inhibitLogoutEmit: true, // we don't want to cause logout loops
75297529
},
75307530
);

0 commit comments

Comments
 (0)