[Glitch] Fixes appearing in Following list

Port 45057d1df2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2026-02-13 11:03:57 +01:00
committed by Claire
parent ddc7df2064
commit c0fe6f8600

View File

@@ -75,7 +75,7 @@ const Followers: FC = () => {
footer={footer}
list={followingList}
loadMore={loadMore}
prependAccountId={currentAccountId}
prependAccountId={followedId}
scrollKey='following'
/>
);