From 49c949248434288265cc52513a66474fa4172160 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 13 Jul 2021 18:52:07 -0600 Subject: [PATCH] Pass tile shape down to tiles in the notifications panel --- src/components/views/rooms/EventTile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/rooms/EventTile.tsx b/src/components/views/rooms/EventTile.tsx index 7cceef4a86..9142b5910c 100644 --- a/src/components/views/rooms/EventTile.tsx +++ b/src/components/views/rooms/EventTile.tsx @@ -1093,6 +1093,7 @@ export default class EventTile extends React.Component { highlightLink={this.props.highlightLink} showUrlPreview={this.props.showUrlPreview} onHeightChanged={this.props.onHeightChanged} + tileShape={this.props.tileShape} /> , ]);