element-android/vector/sampledata/users.json

29 lines
480 B
JSON
Raw Normal View History

2021-05-10 23:49:11 +03:00
{
"data": [
{
"displayName": "Amandine",
2021-05-10 23:49:11 +03:00
"id": "@amandine:matrix.org"
},
{
"displayName": "Benoit",
2021-05-10 23:49:11 +03:00
"id": "@benoit:matrix.org"
},
{
"displayName": "Gaelle",
2021-05-10 23:49:11 +03:00
"id": "@gawa:matrix.org"
},
{
"displayName": "Manu",
"id": "@manu:matrix.org"
},
{
"displayName": "Matthew",
"id": "@matthew:matrix.org"
},
{
"displayName": "Nad",
"id": "@nadonomy:matrix.org"
}
]
}