2 Commits

Author SHA1 Message Date
b5e2e5c3e1 Merge pull request 'Add some channel properties' (#1) from chore/add_channel_properties into master
Reviewed-on: #1
2022-01-10 23:19:45 +00:00
fadd43363f 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)
2022-01-07 16:38:22 -06:00

View File

@@ -65,6 +65,12 @@ const Kosmos = function(privateClient/*, publicClient*/) {
},
"topic": {
"type": [ "string", "null" ]
},
"description": {
"type": [ "string", "null" ]
},
"isLogged": {
"type": [ "boolean", "null" ]
}
},
"required": [