diff options
| author | Jules <jules@asdf.us> | 2017-12-12 23:18:18 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2017-12-12 23:18:18 -0500 |
| commit | cf7ebd63754f8e8af29ed2b9e14b38d7d87e60b5 (patch) | |
| tree | 928cdfa0fb99220d9c4039c2048b747fab192778 /bucky | |
| parent | f6feb274cde0f84e992009dff7050847eae9c89a (diff) | |
nix
Diffstat (limited to 'bucky')
| -rw-r--r-- | bucky/app/bucky.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index 47ad187..6473972 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -122,7 +122,6 @@ var bucky = module.exports = { settings = {} } res.thread.set("settings", settings) - res.thread.set("display", res.thread.get("display").toString()) res.thread.set("allowed", res.thread.get("allowed").toString()) } next() @@ -533,4 +532,4 @@ var bucky = module.exports = { destroyMessage: function(req, res, next) { res.message.destroy().then( () => next() ) }, -}
\ No newline at end of file +} |
