diff options
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, | |||
| 855 | else | 855 | else |
| 856 | if (strcmp(cmd, "/notifications") == 0) { | 856 | if (strcmp(cmd, "/notifications") == 0) { |
| 857 | /* TBD */ | 857 | /* TBD */ |
| 858 | { | ||
| 859 | xs *j = xs_json_dumps_pp(args, 4); | ||
| 860 | printf("notification args:\n%s\n", j); | ||
| 861 | } | ||
| 862 | |||
| 863 | *body = xs_dup("[]"); | 858 | *body = xs_dup("[]"); |
| 864 | *ctype = "application/json"; | 859 | *ctype = "application/json"; |
| 865 | status = 200; | 860 | status = 200; |