summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-27 21:08:57 +0200
committerGravatar grunfink2025-05-27 21:08:57 +0200
commit631e44a64a20741b5e4716bf75caf7fa743fef82 (patch)
treeaa16d9443c75b81dd181b01cc136bb21d1476acd /mastoapi.c
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.tar.gz
penes-snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.tar.xz
penes-snac2-631e44a64a20741b5e4716bf75caf7fa743fef82.zip
Renamed timeline_here() to timeline_here_by_md5(), as it always should have been.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 9875b12..c88fd1b 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -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