[mockup.channel-init] minmod (again...)
This commit is contained in:
parent
4d370e326f
commit
c48366b10f
|
@ -10,9 +10,10 @@
|
||||||
{ "uid": 5, "online": true, "name": "And another" }
|
{ "uid": 5, "online": true, "name": "And another" }
|
||||||
],
|
],
|
||||||
|
|
||||||
"room": {
|
"room": [
|
||||||
|
|
||||||
"0": {
|
{
|
||||||
|
"rid": 0,
|
||||||
|
|
||||||
"members": [1,3,5],
|
"members": [1,3,5],
|
||||||
|
|
||||||
|
@ -26,7 +27,8 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"1": {
|
{
|
||||||
|
"rid": 1,
|
||||||
|
|
||||||
"members": [1,4],
|
"members": [1,4],
|
||||||
|
|
||||||
|
@ -39,6 +41,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
]
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue