Fix message types and update to newest sdk
This commit is contained in:
parent
e97a5319d9
commit
fda9b752df
8 changed files with 149 additions and 132 deletions
|
|
@ -411,6 +411,7 @@ class Store extends StoreAPI {
|
|||
res[i],
|
||||
client,
|
||||
states: getStatesFromRoomId(res[i]["room_id"]),
|
||||
roomAccountData: getAccountDataFromRoomId(res[i]["room_id"]),
|
||||
);
|
||||
roomList.add(room);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue