summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-08-08 19:29:34 +0200
committerdefault <nobody@localhost>2023-08-08 19:29:34 +0200
commit3e5bb109d14e194958a448a0e2feb55f685afaf2 (patch)
treefb032c24cef0b1ad6c5c41651fff2be6f203fe92 /webfinger.c
parent3611af78d6cec374b75788bc6b01b170bb355f40 (diff)
Renamed json dump functions to new xs spec.
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 9c1ac49..1b11ab5 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -184,7 +184,7 @@ int webfinger_get_handler(d_char *req, char *q_path,
obj = xs_dict_append(obj, "subject", acct);
obj = xs_dict_append(obj, "links", links);
- j = xs_json_dumps_pp(obj, 4);
+ j = xs_json_dumps(obj, 4);
user_free(&snac);