1
0
default 3 жил өмнө
parent
commit
394240b9ba
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      data.c

+ 1 - 1
data.c

@@ -2326,7 +2326,7 @@ void purge_user(snac *snac)
 
     _purge_user_subdir(snac, "public",  pub_days);
 
-    const char *idxs[] = { "followers.idx", "private.idx", "public.idx", NULL };
+    const char *idxs[] = { "followers.idx", "private.idx", "public.idx", "pinned.idx", NULL };
 
     for (n = 0; idxs[n]; n++) {
         xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);