Differences From
Artifact [30c7a0b6c6]:
15 15 actor.xid, '/chat">chat</a>')
16 16 if co.who.rights.powers:affect_users() then
17 17 aux:push('<a href="/',11):push(actor.xid,0):push('/ctl">control</a>',17)
18 18 end
19 19 auxp = aux:finalize()
20 20 else
21 21 aux:compose('<a href="/', actor.xid, '/follow">remote follow</a>')
22 + auxp = aux:finalize()
22 23 end
23 24 var avistr: lib.str.acc if actor.origin == 0 then
24 25 avistr:compose('/avi/',actor.handle)
25 26 end
26 27 var timestr: int8[26] lib.osclock.ctime_r(&actor.knownsince, ×tr[0])
27 28
28 29 var strfbuf: int8[28*4]