aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/render-msg.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index 692d64f..6ae36b5 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -380,6 +380,7 @@ RenderMsg.prototype.contact = function (cb) {
var self = this
self.link(self.c.contact, function (err, a) {
if (err) return cb(err)
+ if (!a) a = "?"
self.wrapMini([
self.c.following && self.c.autofollow ? 'follows pub' :
self.c.following && self.c.pub ? 'autofollows' :