Forráskód Böngészése

Hiding a draft deletes it.

default 1 éve
szülő
commit
2ec86d363e
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      html.c

+ 3 - 0
html.c

@@ -3336,6 +3336,9 @@ int html_post_handler(const xs_dict *req, const char *q_path,
         else
         else
         if (strcmp(action, L("Hide")) == 0) { /** **/
         if (strcmp(action, L("Hide")) == 0) { /** **/
             hide(&snac, id);
             hide(&snac, id);
+
+            /* also delete from the draft list */
+            draft_del(&snac, id);
         }
         }
         else
         else
         if (strcmp(action, L("Limit")) == 0) { /** **/
         if (strcmp(action, L("Limit")) == 0) { /** **/