diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -237,8 +237,9 @@ int adduser(char *uid) } const char *dirs[] = { - "actors", "followers", "following", "local", "muted", - "queue", "static", "timeline", "history", NULL }; + "followers", "following", "local", "muted", "hidden", + "public", "private", "queue", "history", + "static", "timeline", NULL }; int n; for (n = 0; dirs[n]; n++) { |