git ssb

2+

dinoworm 🐛 / ssb-graphviz



Commit 6bc08fa77733c8c16c417c92c48c6ac8b2c255d2

Merge branch 'master' into high-viz

mix irving committed on 1/17/2018, 3:14:29 AM
Parent: d2597a50f24710c27cd37a87e70e1803d90f66fe
Parent: 4ada924920b23d49a8e65386cd7a30e2ccfe3c59

Files changed

graph/api.jschanged
package-lock.jsonadded
graph/api.jsView
@@ -28,9 +28,9 @@
2828 }
2929
3030 function getGraph (cb) {
3131 waterfall([
32- ssb.friends.all,
32 + ssb.friends.get,
3333 (friends, cb) => {
3434 cb(null, {
3535 nodes: buildNodes(friends),
3636 links: buildLinks(friends)
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 0 bytes
New file size: 229837 bytes

Built with git-ssb-web