diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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++) { |