mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update go-structr to v0.9.0 with new Timeline{} cache type (#3903)
This commit is contained in:
2
vendor/codeberg.org/gruf/go-structr/item.go
generated
vendored
2
vendor/codeberg.org/gruf/go-structr/item.go
generated
vendored
@@ -37,7 +37,7 @@ func free_indexed_item(item *indexed_item) {
|
||||
if len(item.indexed) > 0 ||
|
||||
item.elem.next != nil ||
|
||||
item.elem.prev != nil {
|
||||
should_not_reach()
|
||||
should_not_reach(false)
|
||||
return
|
||||
}
|
||||
item.data = nil
|
||||
|
Reference in New Issue
Block a user