~cytrogen/masto-fe

6268188543ff685e943d65e3d1f335d9d3260658 — mogaminsk 2 years ago d9a5c1a
Fix local live feeds does not expand (#25694)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/mastodon/features/firehose/index.jsx
M app/javascript/mastodon/features/firehose/index.jsx => app/javascript/mastodon/features/firehose/index.jsx +1 -1
@@ 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 }));