diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-21 19:28:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-21 19:28:00 +0100 |
commit | b0644c3a17dfd1a55f4ed5f4f91fcc84e74359ed (patch) | |
tree | 9a0e45bde1ad4b30e116ab58c6db1241f5e1c9df /mxlib | |
parent | e1b838d30493effbcd8a23fe43e2b131c745b722 (diff) | |
download | easybridge-b0644c3a17dfd1a55f4ed5f4f91fcc84e74359ed.tar.gz easybridge-b0644c3a17dfd1a55f4ed5f4f91fcc84e74359ed.zip |
Basic backlogging
Diffstat (limited to 'mxlib')
-rw-r--r-- | mxlib/registration.go | 1 |
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"` } |