mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-25 19:51:39 +01:00
ensure these don't fail on a gap entry
This commit is contained in:
parent
afc3db2f33
commit
a93b1af047
@ -133,4 +133,8 @@ export class FragmentBoundaryEntry extends BaseEntry {
|
|||||||
createNeighbourEntry(neighbour) {
|
createNeighbourEntry(neighbour) {
|
||||||
return new FragmentBoundaryEntry(neighbour, !this._isFragmentStart, this._fragmentIdComparer);
|
return new FragmentBoundaryEntry(neighbour, !this._isFragmentStart, this._fragmentIdComparer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transferLocalEchoState() {}
|
||||||
|
addLocalRelation() {}
|
||||||
|
removeLocalRelation() {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user