This commit is contained in:
Bruno Windels 2021-05-11 13:08:13 +02:00
parent 51d13fd8d2
commit be7934057e

View file

@ -297,6 +297,7 @@ export class BaseRoom extends EventEmitter {
allow sub classes to integrate in the gap fill lifecycle. allow sub classes to integrate in the gap fill lifecycle.
JoinedRoom uses this update remote echos. JoinedRoom uses this update remote echos.
*/ */
// eslint-disable-next-line no-unused-vars
_writeGapFill(chunk, txn, log) {} _writeGapFill(chunk, txn, log) {}
_applyGapFill() {} _applyGapFill() {}