mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-25 19:51:39 +01:00
Add explaining comment
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
parent
a8a04d4036
commit
b2a8b243ec
@ -78,6 +78,10 @@ export class TimelineViewModel extends ViewModel {
|
||||
this.tiles.unsubscribe(subscription);
|
||||
}
|
||||
if (!gapResult) {
|
||||
/*
|
||||
If gapResult resolves to false, then the gap is already being filled
|
||||
and is thus being tracked for updates by a previous invocation of this method
|
||||
*/
|
||||
return;
|
||||
}
|
||||
if (!hasSeenUpdate) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user