summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-25 17:26:12 +0100
committerdefault <nobody@localhost>2022-11-25 17:26:12 +0100
commit6c6b5a30c4570ac0ace13e95e28a678c3720b899 (patch)
treedc93af34c1877f60b6b762a053c7ed3db385dd47 /utils.c
parent87d3ec2accb94c8a2f912a5ed7f8782f45f2151f (diff)
Do hard links to objects in each user's public and private caches.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 2 insertions, 1 deletions
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++) {