diff options
| author | 2022-11-24 08:19:29 +0100 | |
|---|---|---|
| committer | 2022-11-24 08:19:29 +0100 | |
| commit | b23c6d98b6fe2b9052072faa7d89b81f0a72be00 (patch) | |
| tree | 6296ee98c8d1a469668077de78e4e95a4acb6763 /utils.c | |
| parent | Also check for a non-empty in_reply_to in object_add(). (diff) | |
| download | snac2-b23c6d98b6fe2b9052072faa7d89b81f0a72be00.tar.gz snac2-b23c6d98b6fe2b9052072faa7d89b81f0a72be00.tar.xz snac2-b23c6d98b6fe2b9052072faa7d89b81f0a72be00.zip | |
Don't create an actors/ subdirectory in add user.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -237,7 +237,7 @@ int adduser(char *uid) | |||
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | const char *dirs[] = { | 239 | const char *dirs[] = { |
| 240 | "actors", "followers", "following", "local", "muted", | 240 | "followers", "following", "local", "muted", |
| 241 | "queue", "static", "timeline", "history", NULL }; | 241 | "queue", "static", "timeline", "history", NULL }; |
| 242 | int n; | 242 | int n; |
| 243 | 243 | ||