mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Also purge pinned.idx.
This commit is contained in:
parent
d1add0598a
commit
394240b9ba
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -2326,7 +2326,7 @@ void purge_user(snac *snac)
|
||||||
|
|
||||||
_purge_user_subdir(snac, "public", pub_days);
|
_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++) {
|
for (n = 0; idxs[n]; n++) {
|
||||||
xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);
|
xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);
|
||||||
|
|
Loading…
Reference in a new issue