Differences From
Artifact [cd79efba6f]:
1 1 -- vim: ft=terra
2 2 local pstr = lib.mem.ptr(int8)
3 3 local pref = lib.mem.ref(int8)
4 4
5 5 local mappings = {
6 6 {url = 'profile', title = 'account profile', render = 'profile'};
7 - {url = 'avi', title = 'avatar', render = 'avatar'};
7 + {url = 'avi', title = 'avatar', render = 'avi'};
8 8 {url = 'ui', title = 'user interface', render = 'ui'};
9 9 {url = 'sec', title = 'security', render = 'sec_overlay'};
10 10 {url = 'rel', title = 'relationships', render = 'rel'};
11 11 {url = 'qnt', title = 'quarantine', render = 'quarantine'};
12 12 {url = 'acl', title = 'access control shortcuts', render = 'acl'};
13 13 {url = 'rooms', title = 'chatrooms', render = 'rooms'};
14 14 {url = 'circles', title = 'circles', render = 'circles'};
................................................................................
83 83 pg:append(&fnpg)
84 84 pgt = fnpg:finalize()
85 85 else pgt = pg:poolstr(&co.srv.pool) end
86 86 --defer pgt:free()
87 87
88 88 co:stdpage([lib.srv.convo.page] {
89 89 title = 'configure'; body = pgt;
90 - class = lib.str.plit 'conf';
90 + class = 'conf';
91 91 cache = false;
92 92 })
93 93
94 94 --if panel.ct ~= 0 then panel:free() end
95 95 end
96 96
97 97 return render_conf