Differences From
Artifact [304c6c3aff]:
60 60
61 61 if co.aid ~= 0 and co.who.rights.powers.post() then
62 62 lib.render.compose(co, nil, &pg)
63 63 end
64 64
65 65 var ppg = pg:finalize() --defer ppg:free()
66 66 co:livepage([lib.srv.convo.page] {
67 - title = lib.str.plit 'post'; cache = false;
68 - class = lib.str.plit 'post'; body = ppg;
67 + title = 'post'; cache = false;
68 + class = 'post'; body = ppg;
69 69 }, livetime)
70 70
71 71 -- TODO display conversation
72 72 -- perhaps display descendant nodes here, and have a link to the top of the whole tree?
73 73 end
74 74
75 75 return render_tweet_page