Get/set/delete trusted users. Tweak friends list struct

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-07-03 00:51:55 -04:00
parent 12e801f83c
commit 6ffcf70090
5 changed files with 227 additions and 63 deletions
+34
View File
@@ -0,0 +1,34 @@
[
{
"kind": "UserList",
"data": {
"children": [
{
"date": 1593362635,
"rel_id": "r9_1r4879",
"name": "test1",
"id": "t2_test1"
},
{
"date": 1593362642,
"rel_id": "r9_1re930",
"name": "test2",
"id": "t2_test2"
}
]
}
},
{
"kind": "UserList",
"data": {
"children": [
{
"date": 1583461620,
"rel_id": "r9_1re60i",
"name": "test3",
"id": "t2_test3"
}
]
}
}
]
+19
View File
@@ -0,0 +1,19 @@
{
"kind": "UserList",
"data": {
"children": [
{
"date": 1593362635,
"rel_id": "r9_1r4879",
"name": "test1",
"id": "t2_test1"
},
{
"date": 1593362642,
"rel_id": "r9_1re930",
"name": "test2",
"id": "t2_test2"
}
]
}
}