diff options
author | default <nobody@localhost> | 2022-11-25 17:26:12 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-25 17:26:12 +0100 |
commit | 6c6b5a30c4570ac0ace13e95e28a678c3720b899 (patch) | |
tree | dc93af34c1877f60b6b762a053c7ed3db385dd47 /utils.c | |
parent | 87d3ec2accb94c8a2f912a5ed7f8782f45f2151f (diff) |
Do hard links to objects in each user's public and private caches.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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++) { |