mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 10:32:25 -05:00
have a local and public timeline *per user*
This commit is contained in:
parent
7ee2ef039c
commit
374f0f5175
3 changed files with 9 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue