diff options
| author | 2023-04-14 19:04:53 +0200 | |
|---|---|---|
| committer | 2023-04-14 19:04:53 +0200 | |
| commit | 30567ba81266c04da8efd4923f2bb324b648692a (patch) | |
| tree | 59dc751a2cd841069ee0e2123d385e673dc31f62 /html.c | |
| parent | More notification web page tweaks. (diff) | |
| download | snac2-30567ba81266c04da8efd4923f2bb324b648692a.tar.gz snac2-30567ba81266c04da8efd4923f2bb324b648692a.tar.xz snac2-30567ba81266c04da8efd4923f2bb324b648692a.zip | |
Delete the private HTML cache on edits.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1670,6 +1670,7 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | |||
| 1670 | if (c_msg != NULL) | 1670 | if (c_msg != NULL) |
| 1671 | enqueue_message(&snac, c_msg); | 1671 | enqueue_message(&snac, c_msg); |
| 1672 | 1672 | ||
| 1673 | history_del(&snac, "timeline.html_"); | ||
| 1673 | } | 1674 | } |
| 1674 | 1675 | ||
| 1675 | status = 303; | 1676 | status = 303; |