git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit c89580e473baf5b62c31f30a2bb713f7a7982bc6

whoops, fix broken feed!

Matt McKegg committed on 11/4/2016, 4:11:54 AM
Parent: fbe32d268a26202c637c4452de4b6a47fcc7bb81

Files changed

modules/message.jschanged
modules/message.jsView
@@ -27,8 +27,9 @@
2727 return div
2828 }
2929
3030 exports.message_render = function (msg, opts) {
31+ opts = opts || {}
3132 var inContext = opts.inContext
3233 var previousId = opts.previousId
3334 var inSummary = opts.inSummary
3435

Built with git-ssb-web