mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-26 19:14:43 +00:00
update go-structr version to latest with changed timeline unique indexing logic
This commit is contained in:
parent
fbc50aa98d
commit
1283a95c4a
1 changed files with 2 additions and 2 deletions
4
internal/cache/timeline.go
vendored
4
internal/cache/timeline.go
vendored
|
@ -31,10 +31,10 @@ type TimelineCaches struct {
|
|||
List timeline.StatusTimelines
|
||||
|
||||
// Public ...
|
||||
Public timeline.StatusTimeline
|
||||
Public timeline.StatusTimelines
|
||||
|
||||
// Local ...
|
||||
Local timeline.StatusTimeline
|
||||
Local timeline.StatusTimelines
|
||||
}
|
||||
|
||||
func (c *Caches) initHomeTimelines() {
|
||||
|
|
Loading…
Reference in a new issue