diff --git a/utils.c b/utils.c index 5923a38..f3e6561 100644 --- a/utils.c +++ b/utils.c @@ -237,9 +237,9 @@ int adduser(char *uid) } const char *dirs[] = { - "followers", "following", "local", "muted", "hidden", + "followers", "following", "muted", "hidden", "public", "private", "queue", "history", - "static", "timeline", NULL }; + "static", NULL }; int n; for (n = 0; dirs[n]; n++) {