discord-client/webpack/mockup/channels.json

40 lines
646 B
JSON
Raw Normal View History

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