Differences From
Artifact [0700e85db2]:
65 65 if not parent then
66 66 lib.bail('schema integrity violation - could not match post to parent')
67 67 end
68 68 var pauth = co.srv:actor_fetch_uid(parent(0).author) defer pauth:free()
69 69 var pidbuf: int8[lib.math.shorthand.maxlen]
70 70 var pidlen = lib.math.shorthand.gen(p.parent, pidbuf)
71 71 var pa: lib.str.acc pa:init(128)
72 - pa:lpush('<small>in reply to <a class="username" href="'):push(&pidbuf[0],pidlen):lpush('">')
72 + pa:lpush('<small>in reply to <a class="username" href="/post/'):push(&pidbuf[0],pidlen):lpush('">')
73 73 lib.render.nym(pauth.ptr,0,&pa,true)
74 74 pa:lpush('</a></small>')
75 75 tpl.extra = pa:finalize()
76 76 end
77 77 if p.rts + p.likes > 0 then
78 78 var s: lib.str.acc s:init(128)
79 79 s:lpush('<div class="stats">')