diff options
| author | grunfink <grunfink@comam.es> | 2025-05-27 21:08:57 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-05-27 21:08:57 +0200 |
| commit | 631e44a64a20741b5e4716bf75caf7fa743fef82 (patch) | |
| tree | aa16d9443c75b81dd181b01cc136bb21d1476acd /mastoapi.c | |
| parent | 36d44ddd9e15e04ede93ef9914376ac4c9349122 (diff) | |
Renamed timeline_here() to timeline_here_by_md5(), as it always should have been.
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, if (xs_startswith(q, "https://")) { xs *md5 = xs_md5_hex(q, strlen(q)); - if (!timeline_here(&snac1, md5)) { + if (!timeline_here_by_md5(&snac1, md5)) { xs *object = NULL; int status; |