Merge pull request #135 from element-hq/florianduros/rooms-hide-pinned-message-banner

This commit is contained in:
Florian Duros
2025-11-21 15:38:33 +01:00
committed by GitHub
parent 7518d1c068
commit c570936d33
2 changed files with 8 additions and 6 deletions
@@ -355,11 +355,9 @@ export interface RoomListStoreApi {
// @alpha
export interface RoomViewProps {
// (undocumented)
hideComposer?: boolean;
// (undocumented)
hideHeader?: boolean;
// (undocumented)
hidePinnedMessageBanner?: boolean;
hideRightPanel?: boolean;
}