diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1341,6 +1341,9 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, post(&snac, msg); + /* FIXME: also post this Tombstone to people + that Announce'd it */ + snac_log(&snac, xs_fmt("posted tombstone for %s", id)); } |