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:
parent
d2be0ad361
commit
fadd43363f
6
index.js
6
index.js
@ -65,6 +65,12 @@ const Kosmos = function(privateClient/*, publicClient*/) {
|
|||||||
},
|
},
|
||||||
"topic": {
|
"topic": {
|
||||||
"type": [ "string", "null" ]
|
"type": [ "string", "null" ]
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"type": [ "string", "null" ]
|
||||||
|
},
|
||||||
|
"isLogged": {
|
||||||
|
"type": [ "boolean", "null" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user