use renamed getUsers

pull/539/head
Ryan Tharp 6 years ago
parent 1a59ef5f92
commit 0b05753fec

@ -54,7 +54,7 @@ class LokiFileServerAPI {
} }
async getDeviceMappingForUsers(pubKeys) { async getDeviceMappingForUsers(pubKeys) {
const users = await this._server.getUsersAnnotations(pubKeys); const users = await this._server.getUsers(pubKeys);
return users; return users;
} }

Loading…
Cancel
Save