Switch /keys/signatures/upload to v3 prefix (#2782)
This commit is contained in:
committed by
GitHub
parent
cd33bafa04
commit
6f729ad7fd
+1
-1
@@ -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,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user