parsav  Diff

Differences From Artifact [edce0da550]:

To Artifact [8e478d7a95]:


    26     26   	end
    27     27   	posts:free()
    28     28   
    29     29   	var bdf = acc:finalize()
    30     30   	co:stdpage([lib.srv.convo.page] {
    31     31   		title = tiptr; body = bdf;
    32     32   		class = lib.str.plit 'profile';
           33  +		cache = false;
    33     34   	})
    34     35   
    35     36   	tiptr:free()
    36     37   	bdf:free()
    37     38   end
    38     39   
    39     40   return render_userpage