Commit 04ec750c8ecac801fbf343a359d13e7a19f12fb0
whoops!
Matt McKegg committed on 4/7/2017, 4:34:16 AMParent: 40388d6b54ff2c0d8c314271ce81dcbd0d3797d2
Files changed
modules/feed/html/rollup.js | changed |
modules/feed/html/rollup.js | ||
---|---|---|
@@ -92,9 +92,9 @@ | ||
92 | 92 … | channel: item.value.content.channel, |
93 | 93 … | messageId: item.key |
94 | 94 … | } |
95 | 95 … | |
96 | - ensureAuthor(update, (err, update) => { | |
96 … | + ensureMessageAndAuthor(update, (err, update) => { | |
97 | 97 … | if (!err) { |
98 | 98 … | if (filter(update)) { |
99 | 99 … | updates.set(updates() + 1) |
100 | 100 … | } |
Built with git-ssb-web