From f4016d4ba6a5039c709e83fb0a4492b96e9d09bd Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 18 Nov 2018 18:50:13 -1000 Subject: Link to contact messages from contact pages --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index a58fb1a..0ca35a6 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -879,7 +879,7 @@ Serve.prototype.tags = function (path) { Serve.prototype.contacts = function (path) { var self = this var id = String(path).substr(1) - var contacts = self.app.contacts.createContactStreams(id) + var contacts = self.app.contacts.createContactStreams({id: id, msgIds: true}) var render = self.app.render pull( -- cgit v1.2.3