diff options
Diffstat (limited to 'lib/render-msg.js')
-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 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' : |