diff options
| author | 2022-11-24 09:49:54 +0100 | |
|---|---|---|
| committer | 2022-11-24 09:49:54 +0100 | |
| commit | d215f8ce4634ab769f52d70119fed2dd0d8124f9 (patch) | |
| tree | 979600293c8a3c5b917a369ce090680759f7e47d /utils.c | |
| parent | New API for hidden threads. (diff) | |
| download | snac2-d215f8ce4634ab769f52d70119fed2dd0d8124f9.tar.gz snac2-d215f8ce4634ab769f52d70119fed2dd0d8124f9.tar.xz snac2-d215f8ce4634ab769f52d70119fed2dd0d8124f9.zip | |
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) | |||
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | const char *dirs[] = { | 239 | const char *dirs[] = { |
| 240 | "followers", "following", "local", "muted", | 240 | "followers", "following", "local", "muted", "hidden", |
| 241 | "queue", "static", "timeline", "history", NULL }; | 241 | "queue", "static", "timeline", "history", NULL }; |
| 242 | int n; | 242 | int n; |
| 243 | 243 | ||