diff options
author | default <nobody@localhost> | 2022-11-24 08:19:29 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-24 08:19:29 +0100 |
commit | b23c6d98b6fe2b9052072faa7d89b81f0a72be00 (patch) | |
tree | 6296ee98c8d1a469668077de78e4e95a4acb6763 /utils.c | |
parent | 42449d9cadbbb2497e89b24ac277d2e22f46f184 (diff) |
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) } const char *dirs[] = { - "actors", "followers", "following", "local", "muted", + "followers", "following", "local", "muted", "queue", "static", "timeline", "history", NULL }; int n; |