Fix lint
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
e35e836052
commit
a921d32f44
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const continuedTypes = [EventType.Sticker, EventType.RoomMessage];
|
|||
function shouldFormContinuation(
|
||||
prevEvent: MatrixEvent,
|
||||
mxEvent: MatrixEvent,
|
||||
showHiddenEvents: boolean
|
||||
showHiddenEvents: boolean,
|
||||
): boolean {
|
||||
// sanity check inputs
|
||||
if (!prevEvent || !prevEvent.sender || !mxEvent.sender) return false;
|
||||
|
|
Loading…
Reference in a new issue