From 3a5119b5ff2c8f6ecb02d4054002b3845ca05e9c Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 13 Oct 2025 14:03:17 +0200 Subject: [bugfix] repeated posts on timeline endpoints (#4494) - updates the go-structr library to add support for getting the current HEAD and TAIL primary key values, which allows us to not insert statuses if they're older than the current oldest timeline item - ensures the nextPg parameters get updated after loading from the cache before then performing a database query closes: https://codeberg.org/superseriousbusiness/gotosocial/issues/4491 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4494 Co-authored-by: kim Co-committed-by: kim --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9d3d8c988..1416b1786 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( codeberg.org/gruf/go-sched v1.2.4 codeberg.org/gruf/go-split v1.2.0 codeberg.org/gruf/go-storage v0.3.1 - codeberg.org/gruf/go-structr v0.9.12 + codeberg.org/gruf/go-structr v0.9.13 github.com/DmitriyVTitov/size v1.5.0 github.com/KimMachineGun/automemlimit v0.7.4 github.com/SherClockHolmes/webpush-go v1.4.0 -- cgit v1.2.3