forked from mystiq/hydrogen-web
ensure these have a fn for tilesCreator
This commit is contained in:
parent
2321228981
commit
8201a85c47
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ export function tests() {
|
|||
return new BaseMessageTile({entry, roomVM: {room}, timeline, platform: {logger}});
|
||||
}
|
||||
return null;
|
||||
}, (tile, params, entry) => tile?.updateEntry(entry, params, null));
|
||||
}, (tile, params, entry) => tile?.updateEntry(entry, params, function () {}));
|
||||
return tiles;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue