snoobert/testdata/live-thread/contributors.json
Vartan Benohanian f814c51b53 Add more methods to LiveThreadService
- Create a live thread
- Get a live thread's contributors
- Accept an invite to contribute to a live thread
- Leave a live thread

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-09-16 23:09:17 -04:00

19 lines
335 B
JSON

{
"kind": "UserList",
"data": {
"children": [
{
"rel_id": null,
"permissions": ["all"],
"id": "t2_test1",
"name": "test1"
},
{
"rel_id": null,
"permissions": ["all"],
"id": "t2_test2",
"name": "test2"
}
]
}
}