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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
14
vector/sampledata/rooms.json
Normal file
14
vector/sampledata/rooms.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
28
vector/sampledata/spaces.json
Normal file
28
vector/sampledata/spaces.json
Normal 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!"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user