diff --git a/app/javascript/mastodon/features/following/index.tsx b/app/javascript/mastodon/features/following/index.tsx index 6e6218cc68a..85894c18af4 100644 --- a/app/javascript/mastodon/features/following/index.tsx +++ b/app/javascript/mastodon/features/following/index.tsx @@ -72,7 +72,7 @@ const Followers: FC = () => { footer={footer} list={followingList} loadMore={loadMore} - prependAccountId={currentAccountId} + prependAccountId={followedId} scrollKey='following' /> );