mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-18 22:04:24 -05:00
IntersectionObserverArticle is made to save on RAM by avoiding fully rendering items that are far out of view. However, it did not work for items spawned outside the intersection observer.