瀏覽代碼

Also purge the 'pending/' subdirectory.

default 4 月之前
父節點
當前提交
6009cc653c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data.c

+ 1 - 0
data.c

@@ -4287,6 +4287,7 @@ void purge_user(snac *snac)
 
     _purge_user_subdir(snac, "hidden",  priv_days);
     _purge_user_subdir(snac, "private", priv_days);
+    _purge_user_subdir(snac, "pending",  priv_days);
 
     _purge_user_subdir(snac, "public",  pub_days);