mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Don't create an actors/ subdirectory in add user.
This commit is contained in:
parent
42449d9cad
commit
b23c6d98b6
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -237,7 +237,7 @@ int adduser(char *uid)
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *dirs[] = {
|
const char *dirs[] = {
|
||||||
"actors", "followers", "following", "local", "muted",
|
"followers", "following", "local", "muted",
|
||||||
"queue", "static", "timeline", "history", NULL };
|
"queue", "static", "timeline", "history", NULL };
|
||||||
int n;
|
int n;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue