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
+1 -1
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,
},
);
}