mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-26 20:21:40 +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);
|
this.tiles.unsubscribe(subscription);
|
||||||
}
|
}
|
||||||
if (!gapResult) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (!hasSeenUpdate) {
|
if (!hasSeenUpdate) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user