Skip to content

Commit

Permalink
Fix local live feeds does not expand (mastodon#25694)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmn committed Jul 3, 2023
1 parent d9a5c1a commit 6268188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/firehose/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }));
Expand Down

0 comments on commit 6268188

Please sign in to comment.