diff options
author | default <nobody@localhost> | 2022-11-24 09:49:54 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-24 09:49:54 +0100 |
commit | d215f8ce4634ab769f52d70119fed2dd0d8124f9 (patch) | |
tree | 979600293c8a3c5b917a369ce090680759f7e47d /utils.c | |
parent | 455352850748dc0b1bba7884c3a164dfe3e59614 (diff) |
Use the new hide API.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |