mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-28 10:33:07 -05:00
Fix "All" live feed not loading automatically. (#2332)
The dispatch to expand the timeline was missing the `allowLocalOnly` param. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
parent
8864d5b580
commit
e69fe94669
@ -129,7 +129,7 @@ const Firehose = ({ feedType, multiColumn }) => {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'public':
|
case 'public':
|
||||||
dispatch(expandPublicTimeline({ onlyMedia }));
|
dispatch(expandPublicTimeline({ onlyMedia, allowLocalOnly }));
|
||||||
if (signedIn) {
|
if (signedIn) {
|
||||||
disconnect = dispatch(connectPublicStream({ onlyMedia, allowLocalOnly }));
|
disconnect = dispatch(connectPublicStream({ onlyMedia, allowLocalOnly }));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user