1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-07 05:22:15 +03:00

Switch /keys/signatures/upload to v3 prefix (#2782)

This commit is contained in:
Michael Telatynski
2022-10-21 14:31:28 +01:00
committed by GitHub
parent cd33bafa04
commit 6f729ad7fd

View File

@@ -8146,7 +8146,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
return this.http.authedRequest(
Method.Post, '/keys/signatures/upload', undefined,
content, {
prefix: ClientPrefix.Unstable,
prefix: ClientPrefix.V3,
},
);
}