summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-06-16 18:24:47 +0200
committerGravatar grunfink2025-06-16 18:24:47 +0200
commitf580014c5031f78489257cbf152d38098a6f38ff (patch)
treeb10d2cc4f817b5b7d1ef3ad15cdc4a41a9878081 /data.c
parentUpdated documentation. (diff)
downloadpenes-snac2-f580014c5031f78489257cbf152d38098a6f38ff.tar.gz
penes-snac2-f580014c5031f78489257cbf152d38098a6f38ff.tar.xz
penes-snac2-f580014c5031f78489257cbf152d38098a6f38ff.zip
Renamed webhook 'inReplyTo' to 'reply'.
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 32b47d8..e1cab52 100644
--- a/data.c
+++ b/data.c
@@ -3550,7 +3550,7 @@ void enqueue_notify_webhook(snac *user, const xs_dict *noti, int retries)
3550 xs *irt_obj = NULL; 3550 xs *irt_obj = NULL;
3551 3551
3552 if (valid_status(object_get(in_reply_to, &irt_obj))) 3552 if (valid_status(object_get(in_reply_to, &irt_obj)))
3553 msg = xs_dict_set(msg, "inReplyTo", irt_obj); 3553 msg = xs_dict_set(msg, "reply", irt_obj);
3554 } 3554 }
3555 3555
3556 xs *qmsg = _new_qmsg("notify_webhook", msg, retries); 3556 xs *qmsg = _new_qmsg("notify_webhook", msg, retries);