Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 94ec11d

Browse files
authored
Merge pull request #1384 from matrix-org/dbkr/fix_oobdata
Fix the avatar / room name in room preview
2 parents bb8538c + ffb3d71 commit 94ec11d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stores/RoomViewStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class RoomViewStore extends Store {
153153
event_id: payload.event_id,
154154
highlighted: payload.highlighted,
155155
room_alias: payload.room_alias,
156+
oob_data: payload.oob_data,
156157
});
157158
}, (err) => {
158159
dis.dispatch({

0 commit comments

Comments
 (0)