snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5afa5ab071fc253cd11f8549de4ae8a5584451ad
parent 217b3daf16f6b50343c974dbca6a8abc78390801
Author: default <nobody@localhost>
Date:   Mon, 18 Sep 2023 13:35:08 +0200

Also purge the 'pinned' folder.

Diffstat:
Mdata.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/data.c b/data.c @@ -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 };