Browse Source

Don't create an actors/ subdirectory in add user.

default 2 years ago
parent
commit
b23c6d98b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils.c

+ 1 - 1
utils.c

@@ -237,7 +237,7 @@ int adduser(char *uid)
     }
 
     const char *dirs[] = {
-        "actors", "followers", "following", "local", "muted",
+        "followers", "following", "local", "muted",
         "queue", "static", "timeline", "history", NULL };
     int n;