diff options
| author | grunfink <grunfink@comam.es> | 2025-06-16 18:24:47 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-16 18:24:47 +0200 |
| commit | f580014c5031f78489257cbf152d38098a6f38ff (patch) | |
| tree | b10d2cc4f817b5b7d1ef3ad15cdc4a41a9878081 /data.c | |
| parent | 10701e56deb3594505efc5deb63a4967b6d037d6 (diff) | |
Renamed webhook 'inReplyTo' to 'reply'.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |