have a local and public timeline *per user*

This commit is contained in:
kim 2025-04-01 15:17:34 +01:00
commit 374f0f5175
3 changed files with 9 additions and 14 deletions

View file

@ -155,7 +155,7 @@ func (suite *PublicTestSuite) TestPublicTimelineGetHideFiltered() {
}
// Clear the timeline to drop all cached statuses.
suite.state.Caches.Timelines.Public.Clear()
suite.state.Caches.Timelines.Public.ClearAll()
// Create a filter to hide one status on the timeline.
if err := suite.db.PutFilter(ctx, filter); err != nil {