From a147afec126abb19d773771d1c8ea7fdabc3525a Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 21 Nov 2019 20:29:43 -0800 Subject: [PATCH] add note --- js/modules/loki_file_server_api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/modules/loki_file_server_api.js b/js/modules/loki_file_server_api.js index e5471355d..c790ae703 100644 --- a/js/modules/loki_file_server_api.js +++ b/js/modules/loki_file_server_api.js @@ -13,6 +13,7 @@ const DEVICE_MAPPING_USER_ANNOTATION_TYPE = class LokiFileServerInstance { constructor(ourKey) { this.ourKey = ourKey; + // why don't we extend this? this._adnApi = new LokiAppDotNetAPI(ourKey); this.avatarMap = {}; }