From 6c6b5a30c4570ac0ace13e95e28a678c3720b899 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 25 Nov 2022 17:26:12 +0100 Subject: Do hard links to objects in each user's public and private caches. --- utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index bf457b2..84b367f 100644 --- a/utils.c +++ b/utils.c @@ -238,7 +238,8 @@ int adduser(char *uid) const char *dirs[] = { "followers", "following", "local", "muted", "hidden", - "queue", "static", "timeline", "history", NULL }; + "public", "private", "queue", "history", + "static", "timeline", NULL }; int n; for (n = 0; dirs[n]; n++) { -- cgit v1.2.3