git ssb

2+

mixmix / ticktack



Commit b02d5837685a7fb8e42751b875db010b8ec801c6

notes on obs.thread

Dominic Tarr committed on 12/8/2017, 6:40:00 AM
Parent: 1c95e6d66767b4da13c66d99d302553400ea4698

Files changed

app/page/blogShow.jschanged
app/page/blogShow.jsView
@@ -34,10 +34,12 @@
3434
3535 const blog = api.blog.html.content(blogMsg)
3636 const title = api.blog.html.title(blogMsg)
3737
38+ //app.html.comments also loads the thread obs.
3839 const comments = api.app.html.comments(blogMsg.key)
3940
41+ //loads entire thread, just to get the branch.
4042 const { lastId: branch } = api.feed.obs.thread(blogMsg.key)
4143
4244 const { timeago, channel, markdown, compose } = api.message.html
4345

Built with git-ssb-web