[Glitch] Fix local live feeds does not expand

Port 6268188543 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/62/head^2
mogaminsk 2023-07-04 07:37:57 +09:00 committed by Claire
parent ac74374311
commit c6246807f5
1 changed files with 1 additions and 1 deletions

View File

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