|
|
@@ -4418,9 +4418,10 @@ void purge_user(snac *snac)
|
|
|
_purge_user_subdir(snac, "pending", priv_days);
|
|
|
|
|
|
_purge_user_subdir(snac, "public", pub_days);
|
|
|
+ _purge_user_subdir(snac, "admire", pub_days);
|
|
|
|
|
|
- const char *idxs[] = { "followers.idx", "private.idx", "public.idx",
|
|
|
- "pinned.idx", "bookmark.idx", "draft.idx", "sched.idx", NULL };
|
|
|
+ const char *idxs[] = { "followers.idx", "private.idx", "public.idx", "pinned.idx",
|
|
|
+ "bookmark.idx", "draft.idx", "sched.idx", "admire.idx", NULL };
|
|
|
|
|
|
for (n = 0; idxs[n]; n++) {
|
|
|
xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);
|