aboutsummaryrefslogtreecommitdiff
path: root/mxlib/registration.go
diff options
context:
space:
mode:
Diffstat (limited to 'mxlib/registration.go')
-rw-r--r--mxlib/registration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mxlib/registration.go b/mxlib/registration.go
index 5aabdd6..e6cce0f 100644
--- a/mxlib/registration.go
+++ b/mxlib/registration.go
@@ -10,7 +10,7 @@ type Registration struct {
AsToken string `yaml:"as_token"`
HsToken string `yaml:"hs_token"`
SenderLocalpart string `yaml:"sender_localpart"`
- RateLimited bool `yaml:"rate_limited"`
+ RateLimited bool `yaml:"rate_limited"`
Namespaces RegistrationNamespaceSet `yaml:"namespaces"`
}