commit b23c6d98b6fe2b9052072faa7d89b81f0a72be00
parent 42449d9cadbbb2497e89b24ac277d2e22f46f184
Author: default <nobody@localhost>
Date: Thu, 24 Nov 2022 08:19:29 +0100
Don't create an actors/ subdirectory in add user.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
@@ -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;