From b89cb9e2e4c5564ad3803cee6f962ec8e65e8018 Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 15 Jan 2020 10:39:16 -0500 Subject: print view: don't show relative time --- lib/serve.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index afe494e..f7c2491 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -400,6 +400,7 @@ Serve.prototype.handle = function () { this.noComposer = true this.noActions = true this.noAvatar = true + this.noMsgTime = true } if (this.query.noThread != null) { this.noThread = true -- cgit v1.2.3