aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
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(