diff options
| author | 2025-10-24 05:02:28 +0200 | |
|---|---|---|
| committer | 2025-10-24 05:02:28 +0200 | |
| commit | 1a42fdc8bd4d5dc045a87108e73dcda4f633266b (patch) | |
| tree | 0fad3d6cc5f6eff50edb610ef6d44acb6fdc598b /snac.h | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-1a42fdc8bd4d5dc045a87108e73dcda4f633266b.tar.gz snac2-1a42fdc8bd4d5dc045a87108e73dcda4f633266b.tar.xz snac2-1a42fdc8bd4d5dc045a87108e73dcda4f633266b.zip | |
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, | |||
| 288 | int actor_failure(const char *actor, int op); | 288 | int actor_failure(const char *actor, int op); |
| 289 | int instance_failure(const char *url, int op); | 289 | int instance_failure(const char *url, int op); |
| 290 | 290 | ||
| 291 | int grave(const char *objid, int op); | ||
| 292 | |||
| 291 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); | 293 | void enqueue_input(snac *snac, const xs_dict *msg, const xs_dict *req, int retries); |
| 292 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); | 294 | void enqueue_shared_input(const xs_dict *msg, const xs_dict *req, int retries); |
| 293 | void enqueue_output_raw(const char *keyid, const char *seckey, | 295 | void enqueue_output_raw(const char *keyid, const char *seckey, |