This is an issue with both the React and the EJS clients. Fetching new tweets sometimes returns with only a subset of the new data, e.g. there are 20 new tweets to fetch but when the page/component reloads, only 10 of them are shown. Doing a hard refresh of the page will show all of the new data.
Feels like somewhere we're not awaiting properly before sending the response from the update request.
This is an issue with both the React and the EJS clients. Fetching new tweets sometimes returns with only a subset of the new data, e.g. there are 20 new tweets to fetch but when the page/component reloads, only 10 of them are shown. Doing a hard refresh of the page will show all of the new data.
Feels like somewhere we're not awaiting properly before sending the response from the update request.