forked from mystiq/hydrogen-web
ensure these don't fail on a gap entry
This commit is contained in:
parent
afc3db2f33
commit
a93b1af047
1 changed files with 4 additions and 0 deletions
|
@ -133,4 +133,8 @@ export class FragmentBoundaryEntry extends BaseEntry {
|
|||
createNeighbourEntry(neighbour) {
|
||||
return new FragmentBoundaryEntry(neighbour, !this._isFragmentStart, this._fragmentIdComparer);
|
||||
}
|
||||
|
||||
transferLocalEchoState() {}
|
||||
addLocalRelation() {}
|
||||
removeLocalRelation() {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue