forked from mystiq/hydrogen-web
remove obsolete comment
This commit is contained in:
parent
b39c15d88d
commit
3d5b69f60a
1 changed files with 0 additions and 6 deletions
|
@ -236,12 +236,6 @@ export class RoomSummary {
|
|||
isInitialSync, isTimelineOpen,
|
||||
this._ownUserId);
|
||||
if (data !== this._data) {
|
||||
// need to think here how we want to persist
|
||||
// things like unread status (as read marker, or unread count)?
|
||||
// we could very well load additional things in the load method
|
||||
// ... the trade-off is between constantly writing the summary
|
||||
// on every sync, or doing a bit of extra reading on load
|
||||
// and have in-memory only variables for visualization
|
||||
txn.roomSummary.set(data.serialize());
|
||||
return data;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue