diff options
| -rw-r--r-- | data.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3900,7 +3900,8 @@ void purge_user(snac *snac) | |||
| 3900 | pub_days = user_days; | 3900 | pub_days = user_days; |
| 3901 | } | 3901 | } |
| 3902 | 3902 | ||
| 3903 | delete_purged_posts(snac, pub_days); | 3903 | if (xs_is_true(xs_dict_get(srv_config, "propagate_local_purge"))) |
| 3904 | delete_purged_posts(snac, pub_days); | ||
| 3904 | 3905 | ||
| 3905 | _purge_user_subdir(snac, "hidden", priv_days); | 3906 | _purge_user_subdir(snac, "hidden", priv_days); |
| 3906 | _purge_user_subdir(snac, "private", priv_days); | 3907 | _purge_user_subdir(snac, "private", priv_days); |