diff options
Diffstat (limited to 'lib/app.js')
-rw-r--r-- | lib/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ function App(sbot, config) { this.previewContacts = conf.previewContacts == null ? false : conf.previewContacts this.useOoo = conf.ooo == null ? false : conf.ooo + var host1 = /:/.test(this.host) ? '[' + this.host + ']' : this.host + this.baseUrl = 'http://' + host1 + ':' + this.port + var base = conf.base || '/' this.opts = { base: base, |