From 17233e4ef8a6f672b84a5ac786dc90a8e4a530a1 Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 10 May 2019 12:44:20 -1000 Subject: Default to publish votes without branch/root. Don't include vote messages in post branch 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 9da761e..621f557 100644 --- a/lib/app.js +++ b/lib/app.js @@ -53,6 +53,7 @@ function App(sbot, config) { || new Buffer('pmr+IzM+4VAZgi5H5bOopXkwnzqrNussS7DtAJsfbf0=', 'base64') // sha256('peer-invites:DEVELOPMENT') */ + this.voteBranches = !!config.voteBranches this.hostname = (/:/.test(this.host) ? '[' + this.host + ']' : this.host) + this.port this.dir = path.join(config.path, conf.dir || 'patchfoo') -- cgit v1.2.3