aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorgreen <dandelions@disroot.org>2026-01-24 00:38:02 +0100
committergreen <dandelions@disroot.org>2026-01-24 00:38:02 +0100
commiteed16255b338514ccfc8e056fa798a10d0c50a67 (patch)
treebc00ceb25137f940953ae59622d8652590e57b14 /html.c
parentc6b411ac34e80505517bf120153017ec42943d4e (diff)
visibility: copy more fields on edit
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,
if (valid_status(object_get(edit_id, &p_msg))) {
/* copy relevant fields from previous version */
char *fields[] = { "id", "context", "url",
+ "cc", "attributedTo",
"to", "inReplyTo", NULL };
int n;