parsav  Diff

Differences From Artifact [cc19a11396]:

To Artifact [bb5bfba2ee]:


   218    218   		var idlen = lib.math.shorthand.gen(newid, idbuf)
   219    219   		var redirto: lib.str.acc redirto:compose('/post/',{idbuf,idlen}) defer redirto:free()
   220    220   		co:reroute(redirto.buf)
   221    221   	end
   222    222   end
   223    223   
   224    224   terra http.timeline(co: &lib.srv.convo, mode: hpath)
   225         -	lib.render.timeline(co,lib.trn(mode.ptr == nil, rstring{ptr=nil}, mode.ptr[1]))
          225  +	lib.render.timeline(co,mode)
   226    226   end
   227    227   
   228    228   terra http.documentation(co: &lib.srv.convo, path: hpath)
   229    229   	if path.ct == 2 then
   230    230   		lib.render.docpage(co,path(1))
   231    231   	elseif path.ct == 1 then
   232    232   		lib.render.docpage(co, rstring.null())