diff options
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2510,7 +2510,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 2510 | if (xs_startswith(q, "https://")) { | 2510 | if (xs_startswith(q, "https://")) { |
| 2511 | xs *md5 = xs_md5_hex(q, strlen(q)); | 2511 | xs *md5 = xs_md5_hex(q, strlen(q)); |
| 2512 | 2512 | ||
| 2513 | if (!timeline_here(&snac1, md5)) { | 2513 | if (!timeline_here_by_md5(&snac1, md5)) { |
| 2514 | xs *object = NULL; | 2514 | xs *object = NULL; |
| 2515 | int status; | 2515 | int status; |
| 2516 | 2516 | ||