aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-08 17:06:22 -0700
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-08 20:15:45 -0700
commit59c63c6542172be5a2b93a236b2eff928e742d58 (patch)
tree3a782263acfeeb9abc494e8669a10b88391ebd2c /lib/render-msg.js
parent4191ec0449d314b7fa73374012194f22e3b85a2f (diff)
downloadpatchfoo-59c63c6542172be5a2b93a236b2eff928e742d58.tar.gz
patchfoo-59c63c6542172be5a2b93a236b2eff928e742d58.zip
Show auto-follow
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 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' :