diff options
Diffstat (limited to 'lib/app.js')
-rw-r--r-- | lib/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ function App(sbot, config) { this.opts = { base: base, blob_base: conf.blob_base || conf.img_base || base, - img_base: conf.img_base || base, + img_base: conf.img_base || (base + 'image/'), emoji_base: conf.emoji_base || (base + 'emoji/'), encode_msgids: conf.encode_msgids == null ? true : Boolean(conf.encode_msgids), } |