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): {
|
export function getEventDisplayInfo(mxEvent: MatrixEvent): {
|
||||||
isInfoMessage: boolean;
|
isInfoMessage: boolean;
|
||||||
tileHandler;
|
tileHandler: string;
|
||||||
isBubbleMessage: boolean;
|
isBubbleMessage: boolean;
|
||||||
} {
|
} {
|
||||||
const content = mxEvent.getContent();
|
const content = mxEvent.getContent();
|
||||||
|
|
Loading…
Reference in New Issue