diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1363,7 +1363,9 @@ void enqueue_output(snac *snac, xs_dict *msg, xs_str *inbox, int retries) | |||
| 1363 | char *ntid = xs_dict_get(qmsg, "ntid"); | 1363 | char *ntid = xs_dict_get(qmsg, "ntid"); |
| 1364 | xs *fn = xs_fmt("%s/queue/%s.json", snac->basedir, ntid); | 1364 | xs *fn = xs_fmt("%s/queue/%s.json", snac->basedir, ntid); |
| 1365 | 1365 | ||
| 1366 | qmsg = xs_dict_append(qmsg, "inbox", inbox); | 1366 | qmsg = xs_dict_append(qmsg, "inbox", inbox); |
| 1367 | qmsg = xs_dict_append(qmsg, "keyid", snac->actor); | ||
| 1368 | qmsg = xs_dict_append(qmsg, "seckey", xs_dict_get(snac->key, "secret")); | ||
| 1367 | 1369 | ||
| 1368 | qmsg = _enqueue_put(fn, qmsg); | 1370 | qmsg = _enqueue_put(fn, qmsg); |
| 1369 | 1371 | ||