diff --git a/js/modules/loki_file_server_api.js b/js/modules/loki_file_server_api.js index 9cb647455..f381509e3 100644 --- a/js/modules/loki_file_server_api.js +++ b/js/modules/loki_file_server_api.js @@ -54,7 +54,7 @@ class LokiFileServerAPI { } async getDeviceMappingForUsers(pubKeys) { - const users = await this._server.getUsersAnnotations(pubKeys); + const users = await this._server.getUsers(pubKeys); return users; }