From c0fe6f860099184bd90040f19c937f28010ccffe Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 13 Feb 2026 11:03:57 +0100 Subject: [PATCH] [Glitch] Fixes appearing in Following list Port 45057d1df210389d63feb86ba2c8302e745ee68d to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/following/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/following/index.tsx b/app/javascript/flavours/glitch/features/following/index.tsx index 6198cca38e..7676525d2e 100644 --- a/app/javascript/flavours/glitch/features/following/index.tsx +++ b/app/javascript/flavours/glitch/features/following/index.tsx @@ -75,7 +75,7 @@ const Followers: FC = () => { footer={footer} list={followingList} loadMore={loadMore} - prependAccountId={currentAccountId} + prependAccountId={followedId} scrollKey='following' /> );