Implement client sorting and pinning

This commit is contained in:
Dominic Ferrando
2025-04-24 20:31:43 -04:00
parent 91e8538c3c
commit f9aad52dc5
3 changed files with 38 additions and 4 deletions
+1
View File
@@ -430,6 +430,7 @@ func main() {
IpCount: len(uniqueIpHashes),
Pinned: thread.Pinned,
Locked: thread.Locked,
BumpedAt: thread.BumpedAt,
})
}