parsav  Diff

Differences From Artifact [edce0da550]:

To Artifact [8e478d7a95]:


26
27
28
29
30
31
32

33
34
35
36
37
38
39
	end
	posts:free()

	var bdf = acc:finalize()
	co:stdpage([lib.srv.convo.page] {
		title = tiptr; body = bdf;
		class = lib.str.plit 'profile';

	})

	tiptr:free()
	bdf:free()
end

return render_userpage







>







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
	end
	posts:free()

	var bdf = acc:finalize()
	co:stdpage([lib.srv.convo.page] {
		title = tiptr; body = bdf;
		class = lib.str.plit 'profile';
		cache = false;
	})

	tiptr:free()
	bdf:free()
end

return render_userpage