mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
webfinger: fix stupid typo
This commit is contained in:
parent
62dfe46bfb
commit
5bebe5f257
@ -186,7 +186,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path,
|
||||
links = xs_list_append(links, aaj);
|
||||
|
||||
prof = xs_dict_append(prof, "rel", "http://webfinger.net/rel/profile-page");
|
||||
prof = xs_dict_append(prof, "type", "text/html";
|
||||
prof = xs_dict_append(prof, "type", "text/html");
|
||||
prof = xs_dict_append(prof, "href", snac.actor);
|
||||
|
||||
links = xs_list_append(links, prof);
|
||||
|
Loading…
Reference in New Issue
Block a user