diff --git a/src/relay.js b/src/relay.js index a5f5638..c619949 100644 --- a/src/relay.js +++ b/src/relay.js @@ -188,6 +188,7 @@ class Relay extends Server { realms: this.options.destination.realms, host: this.options.destination.host, port: this.options.destination.port, + batchingInterval: this.options.batchingInterval, onMsaCode: (code) => { if (this.options.onMsaCode) { this.options.onMsaCode(code, ds)