Store hashed ips. Display unique ip count in catalog

This commit is contained in:
Dominic Ferrando
2025-04-20 20:54:34 -04:00
parent 1148648aa4
commit c8b549115a
6 changed files with 63 additions and 19 deletions
+1
View File
@@ -24,4 +24,5 @@ type Post struct {
Body string
CreatedAt time.Time
MediaPath string
IpHash string
}