diff options
author | default <nobody@localhost> | 2023-06-28 20:39:16 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-28 20:39:16 +0200 |
commit | 394240b9ba6393794cffd7affa3a5cc6075774aa (patch) | |
tree | 94c2d90692a4e6dd92004cb6490afdb5397744ae /data.c | |
parent | d1add0598ad273fc26242017b80aa909835b6e08 (diff) |
Also purge pinned.idx.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |