From d03b988c9944c543ab5a8edacd03dfe30c595ba5 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 26 Nov 2022 13:34:43 +0100 Subject: Don't call object_del() from timeline_del(). Only delete from each user's cache, not from the global database. --- html.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'html.c') diff --git a/html.c b/html.c index 1dee197..b854717 100644 --- a/html.c +++ b/html.c @@ -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)); } -- cgit v1.2.3