[mockup.channel-init] minmod
This commit is contained in:
parent
914b4c056e
commit
7b996cb0e3
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"channel_id": 12,
|
"cid": 12,
|
||||||
|
"uid": 1,
|
||||||
|
|
||||||
"users": [
|
"users": [
|
||||||
{ "uid": 1, "online": true, "name": "First user YaY!" },
|
{ "uid": 1, "online": true, "name": "First user YaY!" },
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
|
|
||||||
"text": {
|
"text": {
|
||||||
|
|
||||||
"general": {
|
"0": {
|
||||||
|
|
||||||
"members": [1,3,5],
|
"members": [1,3,5],
|
||||||
|
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"test-text": {
|
"1": {
|
||||||
|
|
||||||
"members": [1,4],
|
"members": [1,4],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue