GoToSocial/internal/federation
Daenney 8ed1b8142c
[bugfix] Sort follows chronologically (#2801)
The id on the follows table is not a ULID, but a random ID. Sorting on
them results in a completely random order. Instead, sort on created_at,
which sould result in a stable and intended sort order.

Fixes: #2769

Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
2024-04-03 14:06:39 +01:00
..
dereferencing
federatingdb [bugfix] Sort follows chronologically (#2801) 2024-04-03 14:06:39 +01:00
authenticate.go
clock.go
commonbehavior.go
federatingactor_test.go
federatingactor.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federatingprotocol_test.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federatingprotocol.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federator_test.go
federator.go
gone.go
transport.go