diff options
author | default <nobody@localhost> | 2023-05-15 13:04:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-15 13:04:30 +0200 |
commit | e6eb1adc65cd9fcd315fa8d2e630717b216e9a93 (patch) | |
tree | 331eed4e489507fc2994b36ad087977331a299a9 /data.c | |
parent | 32b53e8db522d4c1da78f705bc4bfa952682bad0 (diff) |
Also find local users in /api/v1/search.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ int user_open(snac *snac, const char *uid) } -d_char *user_list(void) +xs_list *user_list(void) /* returns the list of user ids */ { xs *spec = xs_fmt("%s/user/" "*", srv_basedir); |