git ssb

16+

Dominic / patchbay



Commit c1d6e65b010852de2ccde37d07dbdd7cc685271d

fix on the fix D:

mix irving committed on 4/6/2017, 2:13:59 AM
Parent: 7cc639e681c95348f2c8d6c526f1ee2aa40a5c4e

Files changed

message/html/layout/default.jschanged
message/html/layout/default.jsView
@@ -21,9 +21,9 @@
2121 function messageLayout (msg, opts) {
2222 if (!(opts.layout === undefined || opts.layout === 'default')) return
2323
2424 var { author, timestamp, meta, action, backlinks } = api.message.html
25- if (!isMsg(msg)) action = () => {}
25+ if (!isMsg(msg.key)) action = () => {}
2626
2727 var rawMessage = Value(null)
2828
2929 return h('Message', {

Built with git-ssb-web