From 1a42fdc8bd4d5dc045a87108e73dcda4f633266b Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 24 Oct 2025 05:02:28 +0200 Subject: Keep track of deleted users and return 410 Gone for them. --- snac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 038aa40..a160abf 100644 --- a/snac.h +++ b/snac.h @@ -288,6 +288,8 @@ xs_list *content_search(snac *user, const char *regex, int actor_failure(const char *actor, int op); int instance_failure(const char *url, int op); +int grave(const char *objid, int op); + void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); void enqueue_output_raw(const char *keyid, const char *seckey, -- cgit