mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 13:53:01 -06:00
add local timeline, fix up merge conflicts
This commit is contained in:
parent
d3484b9e8f
commit
dc1cf2c7b0
4 changed files with 47 additions and 106 deletions
1
internal/cache/cache.go
vendored
1
internal/cache/cache.go
vendored
|
|
@ -216,6 +216,7 @@ func (c *Caches) Sweep(threshold float64) {
|
|||
c.Timelines.Home.Trim(threshold)
|
||||
c.Timelines.List.Trim(threshold)
|
||||
c.Timelines.Public.Trim(threshold)
|
||||
c.Timelines.Local.Trim(threshold)
|
||||
c.Visibility.Trim(threshold)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue