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)
This commit is contained in:
Basti 2022-01-07 16:38:22 -06:00
parent d2be0ad361
commit fadd43363f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 6 additions and 0 deletions

View File

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