diff --git a/index.js b/index.js index 30e73ff..57c411b 100644 --- a/index.js +++ b/index.js @@ -303,6 +303,7 @@ exports.init = function (sbot, config) { blob_base: q.blob_base || conf.blob_base || base, img_base: q.img_base || conf.img_base || base, emoji_base: q.emoji_base || conf.emoji_base || (base + 'emoji/'), + requireOptIn: defaultOpts.requireOptIn, } opts.marked = { gfm: true,