#471 - fix timeline fetch with since_id
Closes #471 (closed)
Closes #471 (closed)
Problem was comparing status id and default maxId which is 0 returned false
.
I'm not sure if it's fixed in this yet, gonna try it a bit later, but the problem was BE always returning 20 statuses for every timeline fetch instead of just the roughly 0-2 new statutses, which is really heavy and was making my laptop choke
maxId of timelineData was always 0 and because of this since_id
was null in the API request.
Yeah this works nicely for regular timelines, I noticed notifications still fails the same way though, I get 8 new notifications on every fetch. I'll still merge this in now and the notifications can be fixed separately.
merged
mentioned in commit df366a58