diff options
author | default <nobody@localhost> | 2023-04-20 18:43:57 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-20 18:43:57 +0200 |
commit | 46bf844f1c6b5251d28ff15e67102d257e752249 (patch) | |
tree | fe2c1a816671ec7d54a52d37a2e4c9e994f286ee /mastoapi.c | |
parent | 04e61ea47527475430c6817012578c1bd48c0335 (diff) |
Commented out test code.
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1045,14 +1045,14 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, ins = xs_dict_append(ins, "approval_required", f); ins = xs_dict_append(ins, "invites_enabled", f); - { +/* { snac snac; user_open(&snac, "test1"); xs *actor = msg_actor(&snac); xs *acc = mastoapi_account(actor); ins = xs_dict_append(ins, "contact_account", acc); user_free(&snac); - } + }*/ *body = xs_json_dumps_pp(ins, 4); *ctype = "application/json"; status = 200; |