Add option to disable grouping in TimelinePanel (#7221)
This commit is contained in:
parent
3f75c6afb0
commit
9d52c23e06
3 changed files with 10 additions and 1 deletions
|
@ -228,6 +228,7 @@ const ThreadPanel: React.FC<IProps> = ({ roomId, onClose, permalinkCreator }) =>
|
|||
membersLoaded={true}
|
||||
permalinkCreator={permalinkCreator}
|
||||
tileShape={TileShape.ThreadPanel}
|
||||
disableGrouping={true}
|
||||
/>
|
||||
</BaseCard>
|
||||
</RoomContext.Provider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue