From 3e5bb109d14e194958a448a0e2feb55f685afaf2 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 8 Aug 2023 19:29:34 +0200 Subject: Renamed json dump functions to new xs spec. --- webfinger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webfinger.c') 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); -- cgit v1.2.3