From 58dedbeeffdaa090d0ee0deebbac929b7ab2f753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 14 Jul 2021 09:52:56 +0200 Subject: [PATCH] Add missing type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/utils/EventUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/EventUtils.ts b/src/utils/EventUtils.ts index d69c285e18..849e546485 100644 --- a/src/utils/EventUtils.ts +++ b/src/utils/EventUtils.ts @@ -101,7 +101,7 @@ export function findEditableEvent(room: Room, isForward: boolean, fromEventId: s export function getEventDisplayInfo(mxEvent: MatrixEvent): { isInfoMessage: boolean; - tileHandler; + tileHandler: string; isBubbleMessage: boolean; } { const content = mxEvent.getContent();