From 7466990370952e130b2cd79711f4ed2610c24a1f Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 15 Aug 2017 13:02:01 -1000 Subject: Use raw message ids in links by default --- 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 b122f1d..b12051a 100644 --- a/lib/app.js +++ b/lib/app.js @@ -29,6 +29,7 @@ function App(sbot, config) { blob_base: conf.blob_base || conf.img_base || base, img_base: conf.img_base || base, emoji_base: conf.emoji_base || (base + 'emoji/'), + encode_msgids: Boolean(conf.encode_msgids), } sbot.get = memo({cache: lru(100)}, sbot.get) -- cgit v1.2.3