mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Add missing type
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
74ff85ae30
commit
58dedbeeff
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue