summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 3f5435c..93dba0a 100644
--- a/html.c
+++ b/html.c
@@ -5359,6 +5359,7 @@ int html_post_handler(const xs_dict *req, const char *q_path,
5359 if (valid_status(object_get(edit_id, &p_msg))) { 5359 if (valid_status(object_get(edit_id, &p_msg))) {
5360 /* copy relevant fields from previous version */ 5360 /* copy relevant fields from previous version */
5361 char *fields[] = { "id", "context", "url", 5361 char *fields[] = { "id", "context", "url",
5362 "cc", "attributedTo",
5362 "to", "inReplyTo", NULL }; 5363 "to", "inReplyTo", NULL };
5363 int n; 5364 int n;
5364 5365