summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-24 09:49:54 +0100
committerdefault <nobody@localhost>2022-11-24 09:49:54 +0100
commitd215f8ce4634ab769f52d70119fed2dd0d8124f9 (patch)
tree979600293c8a3c5b917a369ce090680759f7e47d /utils.c
parent455352850748dc0b1bba7884c3a164dfe3e59614 (diff)
Use the new hide API.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index f2543bb..bf457b2 100644
--- a/utils.c
+++ b/utils.c
@@ -237,7 +237,7 @@ int adduser(char *uid)
}
const char *dirs[] = {
- "followers", "following", "local", "muted",
+ "followers", "following", "local", "muted", "hidden",
"queue", "static", "timeline", "history", NULL };
int n;