From 2febc8b4825c6d24f5e49340f57a6e1643cabc46 Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 20 May 2017 13:29:54 -1000 Subject: Fix preferring user's about choices --- lib/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/about.js b/lib/about.js index 1d2c0ea..e94b7fc 100644 --- a/lib/about.js +++ b/lib/about.js @@ -103,7 +103,7 @@ About.prototype.get = function (dest, cb) { // bias the author's choices by giving them an extra vote aboutByFeed._author = aboutByFeed[dest] var about = {} - var myAbout = aboutByFeed[this.myId] || {} + var myAbout = aboutByFeed[self.myId] || {} var topAbout = computeTopAbout(aboutByFeed) for (var k in topAbout) about[k] = topAbout[k] // always prefer own choices -- cgit v1.2.3