update go-structr version to latest with changed timeline unique indexing logic

This commit is contained in:
kim 2025-04-01 15:10:56 +01:00
parent fbc50aa98d
commit 1283a95c4a

View file

@ -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() {