Fix timelines loading bug
This commit is contained in:
parent
6d1066fe61
commit
908fcf83c6
3 changed files with 3 additions and 3 deletions
|
@ -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}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue