postsOnly=true in followed-by-friends feed
This commit is contained in:
parent
ac94f7c1e4
commit
e3642c5449
@ -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 = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user