diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-10 15:31:27 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-10 15:31:27 -0700 |
commit | 42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e (patch) | |
tree | 4f78c344032cd2f0e41149b05c4f1142680f223a /lib | |
parent | 96ec518afcac5c2253635db6ad9286f6a72e4824 (diff) | |
download | patchfoo-42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e.tar.gz patchfoo-42e01f840cc8ed4042ac8dd1e1c99cdfe4d0c29e.zip |
Show pub follows
Diffstat (limited to 'lib')
-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' : |