diff options
Diffstat (limited to 'lib/serve.js')
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index 0fef358..653a1e0 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -402,6 +402,7 @@ Serve.prototype.handle = function () { this.noActions = true this.noAvatar = true this.noMsgTime = true + this.msgDate = true } if (this.query.noThread != null) { this.noThread = true |