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(
|
function shouldFormContinuation(
|
||||||
prevEvent: MatrixEvent,
|
prevEvent: MatrixEvent,
|
||||||
mxEvent: MatrixEvent,
|
mxEvent: MatrixEvent,
|
||||||
showHiddenEvents: boolean
|
showHiddenEvents: boolean,
|
||||||
): boolean {
|
): boolean {
|
||||||
// sanity check inputs
|
// sanity check inputs
|
||||||
if (!prevEvent || !prevEvent.sender || !mxEvent.sender) return false;
|
if (!prevEvent || !prevEvent.sender || !mxEvent.sender) return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue