diff options
| author | 2023-09-18 13:35:08 +0200 | |
|---|---|---|
| committer | 2023-09-18 13:35:08 +0200 | |
| commit | 5afa5ab071fc253cd11f8549de4ae8a5584451ad (patch) | |
| tree | 85abeda6cce5b9995809ed944b4f0944867c9f76 /data.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-5afa5ab071fc253cd11f8549de4ae8a5584451ad.tar.gz snac2-5afa5ab071fc253cd11f8549de4ae8a5584451ad.tar.xz snac2-5afa5ab071fc253cd11f8549de4ae8a5584451ad.zip | |
Also purge the 'pinned' folder.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2436,6 +2436,7 @@ void purge_user(snac *snac) | |||
| 2436 | _purge_user_subdir(snac, "hidden", priv_days); | 2436 | _purge_user_subdir(snac, "hidden", priv_days); |
| 2437 | _purge_user_subdir(snac, "private", priv_days); | 2437 | _purge_user_subdir(snac, "private", priv_days); |
| 2438 | 2438 | ||
| 2439 | _purge_user_subdir(snac, "pinned", pub_days); | ||
| 2439 | _purge_user_subdir(snac, "public", pub_days); | 2440 | _purge_user_subdir(snac, "public", pub_days); |
| 2440 | 2441 | ||
| 2441 | const char *idxs[] = { "followers.idx", "private.idx", "public.idx", "pinned.idx", NULL }; | 2442 | const char *idxs[] = { "followers.idx", "private.idx", "public.idx", "pinned.idx", NULL }; |