From eed16255b338514ccfc8e056fa798a10d0c50a67 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 24 Jan 2026 00:38:02 +0100 Subject: visibility: copy more fields on edit --- html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'html.c') 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; -- cgit v1.2.3