Fix timelines loading bug
This commit is contained in:
@ -67,7 +67,7 @@ export function refreshTimeline(timeline, id = null) {
|
||||
let params = '';
|
||||
let path = timeline;
|
||||
|
||||
if (newestId !== null) {
|
||||
if (newestId !== null && getState().getIn(['timelines', timeline, 'loaded'])) {
|
||||
params = `?since_id=${newestId}`;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user