diff options
author | default <nobody@localhost> | 2023-04-13 16:59:17 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-13 16:59:17 +0200 |
commit | bcde97c2d53f9c94c6ced2717945affa4ede554c (patch) | |
tree | e57442ff4bd0f2bc25ae516241ca5bcdaa0c3878 /mastoapi.c | |
parent | 2d5d63554c32c7166933ce0d7d842c05471c83fe (diff) |
New function notify_add().
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -855,11 +855,6 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, else if (strcmp(cmd, "/notifications") == 0) { /* TBD */ - { - xs *j = xs_json_dumps_pp(args, 4); - printf("notification args:\n%s\n", j); - } - *body = xs_dup("[]"); *ctype = "application/json"; status = 200; |