aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-10 15:31:27 -0700
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-10 15:31:27 -0700
commit42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e (patch)
tree4f78c344032cd2f0e41149b05c4f1142680f223a /lib/render-msg.js
parent96ec518afcac5c2253635db6ad9286f6a72e4824 (diff)
downloadpatchfoo-42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e.tar.gz
patchfoo-42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e.zip
Show pub follows
Diffstat (limited to 'lib/render-msg.js')
-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 cbdf002..010d7a7 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -363,6 +363,7 @@ RenderMsg.prototype.contact = function (cb) {
if (err) return cb(err)
self.wrapMini([
self.c.following && self.c.autofollow ? 'autofollows' :
+ self.c.following && self.c.pub ? 'follows pub' :
self.c.following ? 'follows' :
self.c.blocking ? 'blocks' :
self.c.following === false ? 'unfollows' :