git ssb

7+

dinoworm 🐛 / patchcore



Commit cfb20b0dc56d60d1f00bdfb0937ba970bcf7b16c

change router normalisation to match standard msg format

mix irving committed on 8/10/2017, 9:58:40 AM
Parent: b1e166bd62bc7ba5a3aa02c55e004a0e4c1cafea

Files changed

router/sync/normalise.jschanged
router/sync/normalise.jsView
@@ -10,9 +10,9 @@
1010
1111 if (isBlob(location)) return { blob: location }
1212 if (isChannel(location)) return { channel: location }
1313 if (isFeed(location)) return { feed: location }
14- if (isMsg(location)) return { msg: location }
14 + if (isMsg(location)) return { key: location }
1515 if (isPage(location)) return { page: location }
1616 }
1717
1818 function isChannel (str) {

Built with git-ssb-web