postsOnly=true in followed-by-friends feed

This commit is contained in:
Martti Malmi 2023-12-13 17:13:18 +02:00
parent ac94f7c1e4
commit e3642c5449

View File

@ -155,7 +155,7 @@ export const FollowedByFriendsTab = () => {
streams: true,
};
return <Timeline followDistance={2} subject={subject} postsOnly={false} method={"TIME_RANGE"} />;
return <Timeline followDistance={2} subject={subject} postsOnly={true} method={"TIME_RANGE"} />;
};
export const NotesTab = () => {