mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +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) {
|
||||
return new FragmentBoundaryEntry(neighbour, !this._isFragmentStart, this._fragmentIdComparer);
|
||||
}
|
||||
|
||||
transferLocalEchoState() {}
|
||||
addLocalRelation() {}
|
||||
removeLocalRelation() {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user