Skip to content
Snippets Groups Projects
Unverified Commit 62681885 authored by mogaminsk's avatar mogaminsk Committed by GitHub
Browse files

Fix local live feeds does not expand (#25694)

parent d9a5c1ac
No related branches found
No related tags found
No related merge requests found
......@@ -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 }));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment