From 42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e Mon Sep 17 00:00:00 2001 From: cel Date: Mon, 10 Apr 2017 15:31:27 -0700 Subject: Show pub follows --- lib/render-msg.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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' : -- cgit v1.2.3