ensure these don't fail on a gap entry

This commit is contained in:
Bruno Windels 2021-05-27 09:16:25 +02:00
parent afc3db2f33
commit a93b1af047

View file

@ -133,4 +133,8 @@ export class FragmentBoundaryEntry extends BaseEntry {
createNeighbourEntry(neighbour) {
return new FragmentBoundaryEntry(neighbour, !this._isFragmentStart, this._fragmentIdComparer);
}
transferLocalEchoState() {}
addLocalRelation() {}
removeLocalRelation() {}
}