From bb9912dcc5823c701338e07d1fc2ae9d2d8d9275 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 21 Nov 2019 19:02:17 -0800 Subject: [PATCH] update some notes --- js/modules/loki_app_dot_net_api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/modules/loki_app_dot_net_api.js b/js/modules/loki_app_dot_net_api.js index cee5cca0b..d181806a1 100644 --- a/js/modules/loki_app_dot_net_api.js +++ b/js/modules/loki_app_dot_net_api.js @@ -139,6 +139,7 @@ class LokiAppDotNetServerAPI { if (!thisChannel) { log.info(`LokiAppDotNetAPI registering channel ${conversationId}`); // make sure we're subscribed + // eventually we'll need to move to account registration/add server await this.serverRequest(`channels/${channelId}/subscribe`, { method: 'POST', }); @@ -433,7 +434,7 @@ class LokiAppDotNetServerAPI { }, }); } else { - // not implemented on backend yet + // not deployed on all backends yet res.err = 'array subscribers endpoint not yet implemented'; /* var list = channelId;