aboutsummaryrefslogtreecommitdiff
path: root/mxlib
diff options
context:
space:
mode:
Diffstat (limited to 'mxlib')
-rw-r--r--mxlib/registration.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mxlib/registration.go b/mxlib/registration.go
index cae3f29..5aabdd6 100644
--- a/mxlib/registration.go
+++ b/mxlib/registration.go
@@ -10,6 +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"`
Namespaces RegistrationNamespaceSet `yaml:"namespaces"`
}