Add data attribute to know what header is used (#11735)
* Add data attribute to know what header is used * Simplify room header type * update snapshot
This commit is contained in:
parent
3bd6dd9143
commit
9ea04a539b
2 changed files with 18 additions and 6 deletions
|
@ -736,6 +736,7 @@ exports[`RoomView should show error view if failed to look up room alias 1`] = `
|
|||
<DocumentFragment>
|
||||
<div
|
||||
class="mx_RoomView"
|
||||
data-room-header="legacy"
|
||||
>
|
||||
<div
|
||||
class="mx_RoomPreviewBar dark-panel mx_RoomPreviewBar_RoomNotFound mx_RoomPreviewBar_dialog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue