You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-08 19:08:34 +03:00
Switch /keys/signatures/upload to v3 prefix (#2782)
This commit is contained in:
committed by
GitHub
parent
cd33bafa04
commit
6f729ad7fd
@@ -8146,7 +8146,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
|
|||||||
return this.http.authedRequest(
|
return this.http.authedRequest(
|
||||||
Method.Post, '/keys/signatures/upload', undefined,
|
Method.Post, '/keys/signatures/upload', undefined,
|
||||||
content, {
|
content, {
|
||||||
prefix: ClientPrefix.Unstable,
|
prefix: ClientPrefix.V3,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user