fix: webfinger redirects

This commit is contained in:
Jon Lundy
2023-04-02 21:00:22 -06:00
parent 9168f5c7bc
commit b8c2f9f510
15 changed files with 79 additions and 114 deletions

View File

@@ -20,7 +20,7 @@ type SaltyUser struct {
pubkey *keys.EdX25519PublicKey
inbox ulid.ULID
event.AggregateRoot
event.IsAggregate
}
var _ event.Aggregate = (*SaltyUser)(nil)