Add type assertions where we know an event is a room event (has room_id) (#9498)
This commit is contained in:
parent
306a2449e5
commit
b7ff56a726
4 changed files with 13 additions and 12 deletions
|
@ -6,7 +6,7 @@ Array [
|
|||
Array [
|
||||
Object {
|
||||
"deviceInfo": DeviceInfo {
|
||||
"algorithms": undefined,
|
||||
"algorithms": Array [],
|
||||
"deviceId": "aliceWeb",
|
||||
"keys": Object {},
|
||||
"known": false,
|
||||
|
@ -18,7 +18,7 @@ Array [
|
|||
},
|
||||
Object {
|
||||
"deviceInfo": DeviceInfo {
|
||||
"algorithms": undefined,
|
||||
"algorithms": Array [],
|
||||
"deviceId": "aliceMobile",
|
||||
"keys": Object {},
|
||||
"known": false,
|
||||
|
@ -37,7 +37,7 @@ Array [
|
|||
Array [
|
||||
Object {
|
||||
"deviceInfo": DeviceInfo {
|
||||
"algorithms": undefined,
|
||||
"algorithms": Array [],
|
||||
"deviceId": "bobDesktop",
|
||||
"keys": Object {},
|
||||
"known": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue