From 23cd085f4cf52dfdd2d00b75c2370cf34508a98a Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 27 Dec 2017 14:18:30 -1000 Subject: Add codeInTextareas option --- lib/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index 81f58f5..2483357 100644 --- a/lib/app.js +++ b/lib/app.js @@ -41,6 +41,7 @@ function App(sbot, config) { 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), + codeInTextareas: conf.codeInTextareas, } sbot.get = memo({cache: lru(100)}, sbot.get) -- cgit v1.2.3