1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Split sample step 3: rooms and spaces

This commit is contained in:
Benoit Marty
2021-05-10 23:07:08 +02:00
parent 2b632a2d52
commit 3a746cf23a
24 changed files with 74 additions and 91 deletions

View File

@@ -1,40 +0,0 @@
{
"data": [
{
"roomName": "Matrix HQ",
"roomAlias": "#matrix:matrix.org",
"spaceName": "Runner's world",
"roomTopic": "Welcome to Matrix HQ! Here is the rest of the room topic, with a https://www.example.org url and a phone number: 0102030405 which should not be clickable."
},
{
"roomName": "Room name very loooooooong with some details",
"roomAlias": "#matrix:matrix.org",
"spaceName": "Matrix Org",
"roomTopic": "Room topic very loooooooong with some details"
},
{
"roomName": "Room name very loooooooong with some details",
"roomAlias": "#matrix:matrix.org",
"spaceName": "Rennes",
"roomTopic": "Room topic very loooooooong with some details"
},
{
"roomName": "Room name very loooooooong with some details",
"roomAlias": "#matrix:matrix.org",
"spaceName": "Est London",
"roomTopic": "Room topic very loooooooong with some details"
},
{
"roomName": "Room name very loooooooong with some details",
"roomAlias": "#matrix:matrix.org",
"spaceName": "Element HQ",
"roomTopic": "Room topic very loooooooong with some details"
},
{
"roomName": "Room name very loooooooong with some details",
"roomAlias": "#matrix:matrix.org",
"spaceName": "My Company",
"roomTopic": "Room topic very loooooooong with some details"
}
]
}

View File

@@ -0,0 +1,14 @@
{
"data": [
{
"name": "Matrix HQ",
"alias": "#matrix:matrix.org",
"topic": "Welcome to Matrix HQ! Here is the rest of the room topic, with a https://www.example.org url and a phone number: 0102030405 which should not be clickable."
},
{
"name": "Room name very loooooooong with some details",
"alias": "#matrix:matrix.org",
"topic": "Room topic very loooooooong with some details"
}
]
}

View File

@@ -0,0 +1,28 @@
{
"data": [
{
"name": "Runner's world",
"topic": "Space about running around the world!"
},
{
"name": "Matrix Org",
"topic": "Space about matrix.org!"
},
{
"name": "Rennes",
"topic": "Venez visiter Rennes!"
},
{
"name": "Est London",
"topic": "All about Est London!"
},
{
"name": "Element HQ",
"topic": "All about Element!"
},
{
"name": "My Company",
"topic": "All about My company!"
}
]
}