Fix local live feeds does not expand (#25694)

mogaminsk 2023-07-04 07:37:57 +09:00 committed by Rin
parent 93c83b4ac2
commit 1ce3cfb159
Signed by: Rin
GPG Key ID: 0C8733C13A7E1293
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 }));