Use example.org on examples instead of domain.com which is a real domain
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>pull/977/head
parent
9e82b18e24
commit
192a6c2ab9
@ -1,4 +1,4 @@
|
||||
{
|
||||
"$ref": "event.json",
|
||||
"room_id": "!jEsUZKDJdhlrceRyVU:domain.com"
|
||||
"room_id": "!jEsUZKDJdhlrceRyVU:example.org"
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"$ref": "core/event.json",
|
||||
"type": "m.fully_read",
|
||||
"room_id": "!somewhere:domain.com",
|
||||
"room_id": "!somewhere:example.org",
|
||||
"content": {
|
||||
"event_id": "$someplace:domain.com"
|
||||
"event_id": "$someplace:example.org"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"$ref": "core/state_event.json",
|
||||
"state_key": "domain.com",
|
||||
"state_key": "example.org",
|
||||
"type": "m.room.aliases",
|
||||
"content": {
|
||||
"aliases": ["#somewhere:domain.com", "#another:domain.com"]
|
||||
"aliases": ["#somewhere:example.org", "#another:example.org"]
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"$ref": "core/state_event.json",
|
||||
"state_key": "@alice:domain.com",
|
||||
"state_key": "@alice:example.org",
|
||||
"type": "m.room.member",
|
||||
"content": {
|
||||
"membership": "join",
|
||||
"avatar_url": "mxc://domain.com/SEsfnsuifSDFSSEF#auto",
|
||||
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF#auto",
|
||||
"displayname": "Alice Margatroid"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue