@paulrobertlloyd It was a combination of two bugs: the Mac app not asking for the right “how many posts since…” value (only sometimes, which made it inconsistent) and the way the backend retrieved the timeline in batches of 40 posts, with an off-by-one error where it incremented the count an extra +1 to 41. 🙂