mirror of https://github.com/vector-im/riot-web
Add missing type
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
74ff85ae30
commit
58dedbeeff
|
@ -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 New Issue