Remove/update old "tootsuite" references, except those needed for Docker (#1860)

This commit is contained in:
Jeremy Kescher
2022-11-01 08:38:05 +00:00
committed by GitHub
parent 968f343006
commit 41885c8715
5 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ export default class IntersectionObserverArticle extends React.Component {
// When the browser gets a chance, test if we're still not intersecting,
// and if so, set our isHidden to true to trigger an unrender. The point of
// this is to save DOM nodes and avoid using up too much memory.
// See: https://github.com/tootsuite/mastodon/issues/2900
// See: https://github.com/mastodon/mastodon/issues/2900
this.setState((prevState) => ({ isHidden: !prevState.isIntersecting }));
}