diff options
author | default <nobody@localhost> | 2023-09-18 13:35:08 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-09-18 13:35:08 +0200 |
commit | 5afa5ab071fc253cd11f8549de4ae8a5584451ad (patch) | |
tree | 85abeda6cce5b9995809ed944b4f0944867c9f76 | |
parent | 217b3daf16f6b50343c974dbca6a8abc78390801 (diff) |
Also purge the 'pinned' folder.
-rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2436,6 +2436,7 @@ void purge_user(snac *snac) _purge_user_subdir(snac, "hidden", priv_days); _purge_user_subdir(snac, "private", priv_days); + _purge_user_subdir(snac, "pinned", pub_days); _purge_user_subdir(snac, "public", pub_days); const char *idxs[] = { "followers.idx", "private.idx", "public.idx", "pinned.idx", NULL }; |