From 59c63c6542172be5a2b93a236b2eff928e742d58 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 8 Apr 2017 17:06:22 -0700 Subject: Show auto-follow --- lib/render-msg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/render-msg.js b/lib/render-msg.js index 6bc2c52..d2d2c9a 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -364,6 +364,7 @@ RenderMsg.prototype.contact = function (cb) { self.link(self.c.contact, function (err, a) { if (err) return cb(err) self.wrapMini([ + self.c.following && self.c.autofollow ? 'autofollows' : self.c.following ? 'follows' : self.c.blocking ? 'blocks' : self.c.following === false ? 'unfollows' : -- cgit v1.2.3