diff options
| author | 2022-11-25 17:26:12 +0100 | |
|---|---|---|
| committer | 2022-11-25 17:26:12 +0100 | |
| commit | 6c6b5a30c4570ac0ace13e95e28a678c3720b899 (patch) | |
| tree | dc93af34c1877f60b6b762a053c7ed3db385dd47 /utils.c | |
| parent | Renamed indexes. (diff) | |
| download | snac2-6c6b5a30c4570ac0ace13e95e28a678c3720b899.tar.gz snac2-6c6b5a30c4570ac0ace13e95e28a678c3720b899.tar.xz snac2-6c6b5a30c4570ac0ace13e95e28a678c3720b899.zip | |
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) | |||
| 238 | 238 | ||
| 239 | const char *dirs[] = { | 239 | const char *dirs[] = { |
| 240 | "followers", "following", "local", "muted", "hidden", | 240 | "followers", "following", "local", "muted", "hidden", |
| 241 | "queue", "static", "timeline", "history", NULL }; | 241 | "public", "private", "queue", "history", |
| 242 | "static", "timeline", NULL }; | ||
| 242 | int n; | 243 | int n; |
| 243 | 244 | ||
| 244 | for (n = 0; dirs[n]; n++) { | 245 | for (n = 0; dirs[n]; n++) { |