git ssb

10+

Matt McKegg / patchwork



Commit a55c6ee357ae26944dcd50814406be4d91d90804

remove old need from profile

Matt McKegg committed on 2/16/2017, 5:28:55 AM
Parent: 54507c122cb5f5523a63be1ede87f5111031d8df

Files changed

modules/page/html/render/profile.jschanged
modules/page/html/render/profile.jsView
@@ -17,10 +17,9 @@
1717 'sbot.async.publish': 'first',
1818 'keys.sync.id': 'first',
1919 'profile.obs': {
2020 followers: 'first',
21- following: 'first',
22- names: 'first'
21 + following: 'first'
2322 }
2423 })
2524 exports.gives = nest('page.html.render')
2625

Built with git-ssb-web