diff options
Diffstat (limited to '')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3516,7 +3516,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 3516 | else { | 3516 | else { |
| 3517 | const char *content = xs_dict_get(q_vars, "content"); | 3517 | const char *content = xs_dict_get(q_vars, "content"); |
| 3518 | 3518 | ||
| 3519 | // srv_log(xs_fmt("---> SHARE %s", content)); | 3519 | srv_log(xs_fmt("shared post %s", content)); |
| 3520 | *body = xs_fmt("%s/admin", snac.actor); | 3520 | *body = xs_fmt("%s/admin", snac.actor); |
| 3521 | *b_size = strlen(*body); | 3521 | *b_size = strlen(*body); |
| 3522 | status = HTTP_STATUS_SEE_OTHER; | 3522 | status = HTTP_STATUS_SEE_OTHER; |