discord-client/webpack/mockup/channels.json

40 lines
678 B
JSON
Raw Normal View History

[
{
"id": 0,
"link": "channel-1",
"label": "first channel",
"room": {
2018-03-21 23:23:45 +00:00
"text": {
"type": "text",
"visible": true,
"list": [ "general", "test-text" ],
"active": 0
},
2018-03-21 23:23:45 +00:00
"voice": {
"type": "voice",
"visible": true,
"list": [ "general" , "test-voice" ],
"active": null
}
2018-03-21 23:23:45 +00:00
}
2018-03-21 20:27:54 +00:00
},
{
"id": 1,
"link": "common-channel",
"label": "Common Channel",
"room": {
2018-03-21 23:23:45 +00:00
"text": {
"type": "text",
"visible": true,
"list": [ "general2", "test-text-common" ],
"active": 0
},
2018-03-21 23:23:45 +00:00
"voice": {
"type": "voice",
"visible": true,
"list": [ "general2" , "test-voice-common" ],
"active": null
}
2018-03-21 23:23:45 +00:00
}
}
]