mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
docs
This commit is contained in:
parent
1aa044667c
commit
5e65eb10ef
@ -162,6 +162,11 @@ export class Room extends EventEmitter {
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @package
|
||||
* Called with the changes returned from `writeSync` to apply them and emit changes.
|
||||
* No storage or network operations should be done here.
|
||||
*/
|
||||
/** @package */
|
||||
afterSync({summaryChanges, newTimelineEntries, newLiveKey, removedPendingEvents, memberChanges, heroChanges}) {
|
||||
this._syncWriter.afterSync(newLiveKey);
|
||||
|
Loading…
Reference in New Issue
Block a user