Don't create an actors/ subdirectory in add user.

This commit is contained in:
default 2022-11-24 08:19:29 +01:00
parent 42449d9cad
commit b23c6d98b6

View file

@ -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;