Use event store in relay

This commit is contained in:
Jon Staab
2025-09-24 11:46:46 -07:00
parent 91f23cddc9
commit bce89a2e83
8 changed files with 42 additions and 27 deletions
+3 -3
View File
@@ -32,12 +32,12 @@ type Config struct {
} `toml:"blossom"`
Roles map[string]struct {
Pubkeys []string `toml:"pubkeys"`
CanInvite bool `toml:"can_invite"`
Pubkeys []string `toml:"pubkeys"`
CanInvite bool `toml:"can_invite"`
} `toml:"roles"`
Data struct {
Events string `toml:"events"`
Events string `toml:"events"`
Blossom string `toml:"blossom"`
} `toml:"data"`
}