summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils.c b/utils.c
index 58c2246..84b367f 100644
--- a/utils.c
+++ b/utils.c
@@ -237,8 +237,9 @@ int adduser(char *uid)
237 } 237 }
238 238
239 const char *dirs[] = { 239 const char *dirs[] = {
240 "actors", "followers", "following", "local", "muted", 240 "followers", "following", "local", "muted", "hidden",
241 "queue", "static", "timeline", "history", NULL }; 241 "public", "private", "queue", "history",
242 "static", "timeline", NULL };
242 int n; 243 int n;
243 244
244 for (n = 0; dirs[n]; n++) { 245 for (n = 0; dirs[n]; n++) {