diff options
| author | default <nobody@localhost> | 2026-03-22 16:45:00 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-03-22 16:45:00 +0100 |
| commit | 6009cc653c39264938574b82127e62795fa20444 (patch) | |
| tree | 5b17a6aea6b98723ceb5bcfaf3f0a80fd7a41250 | |
| parent | 67e6dc8562b09873680e1cc74594241a5e449950 (diff) | |
Also purge the 'pending/' subdirectory.
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4287,6 +4287,7 @@ void purge_user(snac *snac) _purge_user_subdir(snac, "hidden", priv_days); _purge_user_subdir(snac, "private", priv_days); + _purge_user_subdir(snac, "pending", priv_days); _purge_user_subdir(snac, "public", pub_days); |