timeline fetcher improvements

This commit is contained in:
Henry Jameson 2026-08-19 02:03:23 +03:00
commit d7f19d75f1
8 changed files with 135 additions and 157 deletions

View file

@ -1119,7 +1119,7 @@ describe('Users store', () => {
},
)
vi.spyOn(useTimelinesStore(), 'wipeUserStatuses').mockImplementation(
vi.spyOn(useTimelinesStore(), 'wipeStatuses').mockImplementation(
async () => {
/* no-op */
},
@ -1150,7 +1150,7 @@ describe('Users store', () => {
},
)
vi.spyOn(useTimelinesStore(), 'wipeUserStatuses').mockImplementation(
vi.spyOn(useTimelinesStore(), 'wipeStatuses').mockImplementation(
async () => {
/* no-op */
},