From fadd43363fe860f2f505937a76c96e52804b03e7 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 7 Jan 2022 16:38:22 -0600 Subject: [PATCH] Add some channel properties * `isLogged` to determine if a channel is logged publicly in a format that allows us to retrieve messages when coming back online. * `description` for a general description of the channel (vs. topic/subject) --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index 55021bf..bb1594e 100644 --- a/index.js +++ b/index.js @@ -65,6 +65,12 @@ const Kosmos = function(privateClient/*, publicClient*/) { }, "topic": { "type": [ "string", "null" ] + }, + "description": { + "type": [ "string", "null" ] + }, + "isLogged": { + "type": [ "boolean", "null" ] } }, "required": [