diff options
| author | grunfink <grunfink@comam.es> | 2025-10-24 05:02:28 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-10-24 05:02:28 +0200 |
| commit | 1a42fdc8bd4d5dc045a87108e73dcda4f633266b (patch) | |
| tree | 0fad3d6cc5f6eff50edb610ef6d44acb6fdc598b /snac.h | |
| parent | 2dbd5220ac3f7944588051826b008ea1795ff76c (diff) | |
Keep track of deleted users and return 410 Gone for them.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |