From d215f8ce4634ab769f52d70119fed2dd0d8124f9 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 24 Nov 2022 09:49:54 +0100 Subject: Use the new hide API. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') 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; -- cgit v1.2.3