git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 04ec750c8ecac801fbf343a359d13e7a19f12fb0

whoops!

Matt McKegg committed on 4/7/2017, 4:34:16 AM
Parent: 40388d6b54ff2c0d8c314271ce81dcbd0d3797d2

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -92,9 +92,9 @@
9292 channel: item.value.content.channel,
9393 messageId: item.key
9494 }
9595
96- ensureAuthor(update, (err, update) => {
96+ ensureMessageAndAuthor(update, (err, update) => {
9797 if (!err) {
9898 if (filter(update)) {
9999 updates.set(updates() + 1)
100100 }

Built with git-ssb-web