diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/render-msg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js index 010d7a7..87e0364 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -362,8 +362,8 @@ 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 && self.c.pub ? 'follows pub' : + self.c.following && self.c.autofollow ? 'follows pub' : + self.c.following && self.c.pub ? 'autofollows' : self.c.following ? 'follows' : self.c.blocking ? 'blocks' : self.c.following === false ? 'unfollows' : |