From f580014c5031f78489257cbf152d38098a6f38ff Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 16 Jun 2025 18:24:47 +0200 Subject: Renamed webhook 'inReplyTo' to 'reply'. --- data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.c') 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) xs *irt_obj = NULL; if (valid_status(object_get(in_reply_to, &irt_obj))) - msg = xs_dict_set(msg, "inReplyTo", irt_obj); + msg = xs_dict_set(msg, "reply", irt_obj); } xs *qmsg = _new_qmsg("notify_webhook", msg, retries); -- cgit v1.2.3