feat: add option to add the right panel of a room view

This commit is contained in:
Florian Duros
2025-11-17 15:13:40 +01:00
parent 44c3d767ce
commit a66fd6e976
@@ -18,6 +18,10 @@ export interface RoomViewProps {
* If true, the message composer will be hidden.
*/
hideComposer?: boolean;
/*
* If true, the right panel will be hidden.
*/
hideRightPanel?: boolean;
}
/**