forked from mystiq/hydrogen-web
implement hsapi /keys/claim endpoint
This commit is contained in:
parent
dde8c66196
commit
2a40c89a24
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ export class HomeServerApi {
|
|||
return this._post("/keys/query", null, queryRequest, options);
|
||||
}
|
||||
|
||||
claimKeys(payload, options = null) {
|
||||
return this._post("/keys/claim", null, payload, options);
|
||||
}
|
||||
|
||||
get mediaRepository() {
|
||||
return this._mediaRepository;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue