snac2

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

commit 2d7074aeb0b4a2f824336f5a131afda798e6fc6b
parent bad376825069a6422d4c99190fe3d1d4e3d93f66
Author: default <nobody@localhost>
Date:   Tue, 31 Jan 2023 18:28:52 +0100

Deleted old paths to purge.

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

diff --git a/data.c b/data.c @@ -1529,12 +1529,10 @@ void purge_user(snac *snac) int days; days = xs_number_get(xs_dict_get(srv_config, "timeline_purge_days")); - _purge_subdir(snac, "timeline", days); _purge_subdir(snac, "hidden", days); _purge_subdir(snac, "private", days); days = xs_number_get(xs_dict_get(srv_config, "local_purge_days")); - _purge_subdir(snac, "local", days); _purge_subdir(snac, "public", days); }