mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 00:02:24 -05:00
update go-structr version to latest with changed timeline unique indexing logic
This commit is contained in:
parent
f62cc52761
commit
7ee2ef039c
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
|
List timeline.StatusTimelines
|
||||||
|
|
||||||
// Public ...
|
// Public ...
|
||||||
Public timeline.StatusTimeline
|
Public timeline.StatusTimelines
|
||||||
|
|
||||||
// Local ...
|
// Local ...
|
||||||
Local timeline.StatusTimeline
|
Local timeline.StatusTimelines
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Caches) initHomeTimelines() {
|
func (c *Caches) initHomeTimelines() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue