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:
parent
081a900524
commit
ffb3d718d3
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class RoomViewStore extends Store {
|
||||||
event_id: payload.event_id,
|
event_id: payload.event_id,
|
||||||
highlighted: payload.highlighted,
|
highlighted: payload.highlighted,
|
||||||
room_alias: payload.room_alias,
|
room_alias: payload.room_alias,
|
||||||
|
oob_data: payload.oob_data,
|
||||||
});
|
});
|
||||||
}, (err) => {
|
}, (err) => {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue