Differences From
Artifact [77ab77b2db]:
29 29 var fullname = lib.render.nym(author,0) defer fullname:free()
30 30 var tpl = data.view.tweet {
31 31 text = bhtml;
32 32 subject = cs(lib.coalesce(p.subject,''));
33 33 nym = fullname;
34 34 when = cs(×tr[0]);
35 35 avatar = cs(lib.trn(author.origin == 0, avistr.buf,
36 - lib.coalesce(author.avatar, '/s/default-avatar.webp')));
36 + lib.coalesce(author.avatar, '/s/default-avatar.svg')));
37 37 acctlink = cs(author.xid);
38 38 permalink = permalink:finalize();
39 39 attr = ''
40 40 }
41 41
42 42 var attrbuf: int8[32]
43 43 if p.accent ~= -1 and p.accent ~= co.ui_hue then