Преглед изворни кода

visibility: copy more fields on edit

green пре 6 месеци
родитељ
комит
eed16255b3
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      html.c

+ 1 - 0
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;