diff options
| -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 +} |
