Fix local live feeds does not expand (#25694)

th-downstream
mogaminsk 1 year ago committed by GitHub
parent 7731fbbba7
commit f3ca8aede9

@ -84,7 +84,7 @@ const Firehose = ({ feedType, multiColumn }) => {
(maxId) => {
switch(feedType) {
case 'community':
dispatch(expandCommunityTimeline({ onlyMedia }));
dispatch(expandCommunityTimeline({ maxId, onlyMedia }));
break;
case 'public':
dispatch(expandPublicTimeline({ maxId, onlyMedia }));

Loading…
Cancel
Save