We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fecedf commit 3735e44Copy full SHA for 3735e44
src/domain/session/room/timeline/tiles/ITile.ts
@@ -45,7 +45,7 @@ export interface ITile<E extends BaseEntry = BaseEntry> extends IDisposable {
45
// as SimpleTile only has one entry, the tile should be removed
46
removeEntry(entry: BaseEntry): boolean
47
// SimpleTile can only contain 1 entry
48
- tryIncludeEntry(): boolean;
+ tryIncludeEntry(entry: BaseEntry): boolean;
49
// let item know it has a new sibling
50
updatePreviousSibling(prev: ITile<BaseEntry> | undefined): void;
51
0 commit comments