diff options
| author | 2025-02-20 17:13:12 +0100 | |
|---|---|---|
| committer | 2025-02-20 17:13:12 +0100 | |
| commit | 59a34a9646e28cc9a63194ff55547de0005d0110 (patch) | |
| tree | 0d11017b6431c514bd6afd16138a06851cd2f09e /snac.h | |
| parent | fix ownership-problem of mailinfo (diff) | |
| download | penes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.tar.gz penes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.tar.xz penes-snac2-59a34a9646e28cc9a63194ff55547de0005d0110.zip | |
Revert "fix ownership-problem of mailinfo"
This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -274,7 +274,7 @@ void enqueue_output(snac *snac, const xs_dict *msg, | |||
| 274 | const xs_str *inbox, int retries, int p_status); | 274 | const xs_str *inbox, int retries, int p_status); |
| 275 | void enqueue_output_by_actor(snac *snac, const xs_dict *msg, | 275 | void enqueue_output_by_actor(snac *snac, const xs_dict *msg, |
| 276 | const xs_str *actor, int retries); | 276 | const xs_str *actor, int retries); |
| 277 | void enqueue_email(xs_dict *msg, int retries); | 277 | void enqueue_email(const xs_str *msg, int retries); |
| 278 | void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id); | 278 | void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id); |
| 279 | void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token); | 279 | void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token); |
| 280 | void enqueue_message(snac *snac, const xs_dict *msg); | 280 | void enqueue_message(snac *snac, const xs_dict *msg); |