Fix local live feeds does not expand (#25694)

lolsob-rspec
mogaminsk 2023-07-04 07:37:57 +09:00 committed by GitHub
parent 7731fbbba7
commit f3ca8aede9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }));