Fix the avatar / room name in room preview

When clicking on rooms from the room directory. When RoomViewStore
resolved the room alias, it threw away the out-of-band data in the
process. This must have been broken as part of the ILAG /
RoomViewStore stuff.
This commit is contained in:
David Baker 2017-09-13 15:48:53 +01:00
parent 081a900524
commit ffb3d718d3

View file

@ -153,6 +153,7 @@ class RoomViewStore extends Store {
event_id: payload.event_id,
highlighted: payload.highlighted,
room_alias: payload.room_alias,
oob_data: payload.oob_data,
});
}, (err) => {
dis.dispatch({