git ssb

16+

Dominic / patchbay



Commit dc283efb2799619e2251a148cc5e98c6174f86f9

note about route stacking

mix irving committed on 9/1/2017, 1:22:18 AM
Parent: f1db11f663cc169035aa21d6ca1777e5530a739b

Files changed

router/sync/routes.jschanged
router/sync/routes.jsView
@@ -37,8 +37,9 @@
3737 [ loc => isFeed(loc.feed), pages.profile ],
3838 [ loc => isMsg(loc.key), pages.thread ]
3939 ]
4040
41 + // stack already loaded routes on top of these
4142 return [...sofar, ...routes]
4243 })
4344 }
4445

Built with git-ssb-web