diff options
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r-- | lib/render-msg.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js index 6ae36b5..b91659a 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -386,8 +386,10 @@ RenderMsg.prototype.contact = function (cb) { self.c.following && self.c.pub ? 'autofollows' : self.c.following ? 'follows' : self.c.blocking ? 'blocks' : + self.c.flagged ? 'flagged' : self.c.following === false ? 'unfollows' : self.c.blocking === false ? 'unblocks' : '', + self.c.flagged === false ? 'unflagged' : ' ', a, self.c.note ? [ ' from ', |