diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-08 17:06:22 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-08 20:15:45 -0700 |
commit | 59c63c6542172be5a2b93a236b2eff928e742d58 (patch) | |
tree | 3a782263acfeeb9abc494e8669a10b88391ebd2c | |
parent | 4191ec0449d314b7fa73374012194f22e3b85a2f (diff) | |
download | patchfoo-59c63c6542172be5a2b93a236b2eff928e742d58.tar.gz patchfoo-59c63c6542172be5a2b93a236b2eff928e742d58.zip |
Show auto-follow
-rw-r--r-- | lib/render-msg.js | 1 |
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' : |