getDeviceMappingForUsers()

pull/539/head
Ryan Tharp 6 years ago
parent ddde675ba8
commit 468550cbdf

@ -21,6 +21,11 @@ class LokiFileServerAPI {
);
}
async getDeviceMappingForUsers(pubKeys) {
const users = await this._server.getUsersAnnotations(pubKeys);
return users
}
setOurDeviceMapping(authorisations, isPrimary) {
const content = {
isPrimary: isPrimary ? '1' : '0',

Loading…
Cancel
Save