This commit is contained in:
Lim Chee Aun 2022-12-19 10:04:11 +08:00
parent d8e94270ad
commit 0a4898059b

View file

@ -85,7 +85,8 @@ function Home({ hidden }) {
setTimeout(() => { setTimeout(() => {
(async () => { (async () => {
const newStatus = await masto.timelines.fetchHome({ const newStatus = await masto.timelines.fetchHome({
limit: 1, limit: 2,
// Need 2 because "new posts" only appear when there are 2 or more
}); });
if (newStatus.length && newStatus[0].id !== states.home[0].id) { if (newStatus.length && newStatus[0].id !== states.home[0].id) {
states.homeNew = newStatus; states.homeNew = newStatus;