make beacon events more specific (#9186)

This commit is contained in:
Kerry 2022-08-16 10:23:25 +02:00 committed by GitHub
parent 0dffc582e7
commit 05e179f856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -9,13 +9,13 @@ exports[`<BeaconStatus /> active state renders without children 1`] = `
"_beaconInfo": Object {
"assetType": "m.self",
"description": undefined,
"live": undefined,
"live": false,
"timeout": 3600000,
"timestamp": 123456789,
},
"_events": Object {},
"_eventsCount": 0,
"_isLive": undefined,
"_isLive": false,
"_latestLocationEvent": undefined,
"_maxListeners": undefined,
"clearLatestLocation": [Function],
@ -24,7 +24,7 @@ exports[`<BeaconStatus /> active state renders without children 1`] = `
"rootEvent": Object {
"content": Object {
"description": undefined,
"live": undefined,
"live": false,
"org.matrix.msc3488.asset": Object {
"type": "m.self",
},
@ -71,13 +71,13 @@ exports[`<BeaconStatus /> active state renders without children 1`] = `
"_beaconInfo": Object {
"assetType": "m.self",
"description": undefined,
"live": undefined,
"live": false,
"timeout": 3600000,
"timestamp": 123456789,
},
"_events": Object {},
"_eventsCount": 0,
"_isLive": undefined,
"_isLive": false,
"_latestLocationEvent": undefined,
"_maxListeners": undefined,
"clearLatestLocation": [Function],
@ -86,7 +86,7 @@ exports[`<BeaconStatus /> active state renders without children 1`] = `
"rootEvent": Object {
"content": Object {
"description": undefined,
"live": undefined,
"live": false,
"org.matrix.msc3488.asset": Object {
"type": "m.self",
},