ensure these have a fn for tilesCreator

This commit is contained in:
Bruno Windels 2022-01-14 16:20:38 +01:00
parent 2321228981
commit 8201a85c47

View file

@ -225,7 +225,7 @@ export function tests() {
return new BaseMessageTile({entry, roomVM: {room}, timeline, platform: {logger}}); return new BaseMessageTile({entry, roomVM: {room}, timeline, platform: {logger}});
} }
return null; return null;
}, (tile, params, entry) => tile?.updateEntry(entry, params, null)); }, (tile, params, entry) => tile?.updateEntry(entry, params, function () {}));
return tiles; return tiles;
} }