From b0644c3a17dfd1a55f4ed5f4f91fcc84e74359ed Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 21 Feb 2020 19:28:00 +0100 Subject: Basic backlogging --- mxlib/registration.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mxlib') 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"` } -- cgit v1.2.3