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/queue_ctx.go
generated
vendored
2
vendor/codeberg.org/gruf/go-structr/queue_ctx.go
generated
vendored
@ -133,7 +133,7 @@ func (q *QueueCtx[T]) pop(ctx context.Context, next func() *list_elem) (T, bool)
|
||||
// Extract item value.
|
||||
value := item.data.(T)
|
||||
|
||||
// Delete queued.
|
||||
// Delete item.
|
||||
q.delete(item)
|
||||
|
||||
// Get func ptrs.
|
||||
|
Reference in New Issue
Block a user