summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/html.c b/html.c
index 3233df8..2a0b2a8 100644
--- a/html.c
+++ b/html.c
@@ -990,6 +990,11 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
history_del(&snac, "_timeline.html");
+ xs *a_msg = msg_actor(&snac);
+ xs *u_msg = msg_update(&snac, a_msg);
+
+ post(&snac, u_msg);
+
status = 303;
}