diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3336,6 +3336,9 @@ int html_post_handler(const xs_dict *req, const char *q_path, else if (strcmp(action, L("Hide")) == 0) { /** **/ hide(&snac, id); + + /* also delete from the draft list */ + draft_del(&snac, id); } else if (strcmp(action, L("Limit")) == 0) { /** **/ |