pull/638/head
Ryan Tharp 6 years ago
parent bb9912dcc5
commit a147afec12

@ -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 = {};
}

Loading…
Cancel
Save