Commit a55c6ee357ae26944dcd50814406be4d91d90804
remove old need from profile
Matt McKegg committed on 2/16/2017, 5:28:55 AMParent: 54507c122cb5f5523a63be1ede87f5111031d8df
Files changed
modules/page/html/render/profile.js | changed |
modules/page/html/render/profile.js | ||
---|---|---|
@@ -17,10 +17,9 @@ | ||
17 | 17 … | 'sbot.async.publish': 'first', |
18 | 18 … | 'keys.sync.id': 'first', |
19 | 19 … | 'profile.obs': { |
20 | 20 … | followers: 'first', |
21 | - following: 'first', | |
22 | - names: 'first' | |
21 … | + following: 'first' | |
23 | 22 … | } |
24 | 23 … | }) |
25 | 24 … | exports.gives = nest('page.html.render') |
26 | 25 … |
Built with git-ssb-web