Warning, /network/neochat/appiumtests/data/sync_response_rooms.json is written in an unsupported language. File is not indexed.

0001 {
0002     "next_batch": "batch1234",
0003     "rooms": {
0004         "join": {
0005             "!room_id_1234:localhost:1234": {
0006                 "state": {
0007                     "events": [
0008                         {
0009                             "type": "m.room.member",
0010                             "state_key": "@user:localhost:1234",
0011                             "sender": "@user:localhost:1234",
0012                             "origin_server_ts": 1432735824653,
0013                             "event_id": "$event_id_1234_0:localhost:1234",
0014                             "room_id": "!room_id_1234:localhost:1234",
0015                             "content": {
0016                                 "avatar_url": "",
0017                                 "displayname": "A Display Name",
0018                                 "membership": "join",
0019                                 "reason": "Nothing"
0020                             },
0021                             "unsigned": {
0022                                 "age": 1234
0023                             }
0024                         }
0025                     ]
0026                 },
0027                 "timeline": {
0028                     "events": [
0029                         {
0030                             "type": "m.room.message",
0031                             "sender": "@user:localhost:1234",
0032                             "origin_server_ts": 1432735824653,
0033                             "event_id": "$event_id_1234_1:localhost:1234",
0034                             "room_id": "!room_id_1234:localhost:1234",
0035                             "content": {
0036                                 "body": "This is a message",
0037                                 "format": "org.matrix.custom.html",
0038                                 "formatted_body": "<a href=\"https://matrix.to/#/@user:localhost:1234\">User</a>:",
0039                                 "msgtype": "m.text"
0040                             },
0041                             "unsigned": {
0042                                 "age": 1234
0043                             }
0044                         }
0045                     ]
0046                 }
0047             }
0048         }
0049     }
0050 }