Commit ae00eb7faf88f143a241e7dc3f0bfb6d6c6a55a3
fix ssb-mutual bug
mix irving committed on 9/4/2017, 10:07:31 PMParent: a32527dad991ff7ed922f6452c9d20e532a1e5a8
Files changed
about/html/edit.js | changed |
about/html/edit.js | |||
---|---|---|---|
@@ -25,8 +25,9 @@ | |||
25 | 25 … | 'message.html.confirm': 'first', | |
26 | 26 … | 'message.html.markdown': 'first', | |
27 | 27 … | sbot: { | |
28 | 28 … | 'async.addBlob': 'first', | |
29 … | + 'obs.connection': 'first', | ||
29 | 30 … | 'pull.links': 'first' | |
30 | 31 … | } | |
31 | 32 … | }) | |
32 | 33 … | ||
@@ -36,9 +37,10 @@ | |||
36 | 37 … | }) | |
37 | 38 … | ||
38 | 39 … | // TODO refactor this to use obs better | |
39 | 40 … | function edit (id) { | |
40 | - var mutual = Mutual.init(api.sbot) | ||
41 … | + // TODO - get this to wait till the connection is present ! | ||
42 … | + var mutual = Mutual.init(api.sbot.obs.connection()) | ||
41 | 43 … | ||
42 | 44 … | var avatar = Struct({ | |
43 | 45 … | current: api.about.obs.imageUrl(id), | |
44 | 46 … | new: MutantObject() |
Built with git-ssb-web