kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'nuke-load-gap' into 'develop'
Nuke LoadGap Closes #716 See merge request soapbox-pub/soapbox-fe!667groups
commit
a970545b4b
|
@ -215,7 +215,9 @@ const timelineDisconnect = (state, timelineId) => {
|
|||
const items = timeline.get('items', ImmutableOrderedSet());
|
||||
if (items.isEmpty()) return;
|
||||
|
||||
timeline.set('items', addStatusId(items, null));
|
||||
// This is causing problems. Disable for now.
|
||||
// https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/716
|
||||
// timeline.set('items', addStatusId(items, null));
|
||||
}));
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue