Added the ability to trust/untrust users

This commit is contained in:
2025-01-22 17:23:18 +02:00
parent 645247f4ef
commit a6ea051460
13 changed files with 361 additions and 22 deletions

View File

@@ -11,6 +11,8 @@ sql:
overrides:
- column: "users.public_key"
go_type: "crypto/ed25519.PublicKey"
- column: "trusted_users.trusted_public_key"
go_type: "crypto/ed25519.PublicKey"
- column: "messages.receiver_id"
go_type: "*github.com/kyren223/eko/pkg/snowflake.ID"
- column: "messages.frequency_id"