diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -990,6 +990,11 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | |||
| 990 | 990 | ||
| 991 | history_del(&snac, "_timeline.html"); | 991 | history_del(&snac, "_timeline.html"); |
| 992 | 992 | ||
| 993 | xs *a_msg = msg_actor(&snac); | ||
| 994 | xs *u_msg = msg_update(&snac, a_msg); | ||
| 995 | |||
| 996 | post(&snac, u_msg); | ||
| 997 | |||
| 993 | status = 303; | 998 | status = 303; |
| 994 | } | 999 | } |
| 995 | 1000 | ||