From 45057d1df210389d63feb86ba2c8302e745ee68d Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 13 Feb 2026 11:03:57 +0100 Subject: [PATCH] Fixes appearing in Following list (#37854) --- app/javascript/mastodon/features/following/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' /> );