diff options
| author | shtrophic <christoph@liebender.dev> | 2025-02-20 17:13:12 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-02-20 17:13:12 +0100 |
| commit | 59a34a9646e28cc9a63194ff55547de0005d0110 (patch) | |
| tree | 0d11017b6431c514bd6afd16138a06851cd2f09e /snac.h | |
| parent | 2ca7735779e79dbe6fe62f0111a12c145f428d8f (diff) | |
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, const xs_str *inbox, int retries, int p_status); void enqueue_output_by_actor(snac *snac, const xs_dict *msg, const xs_str *actor, int retries); -void enqueue_email(xs_dict *msg, int retries); +void enqueue_email(const xs_str *msg, int retries); void enqueue_telegram(const xs_str *msg, const char *bot, const char *chat_id); void enqueue_ntfy(const xs_str *msg, const char *ntfy_server, const char *ntfy_token); void enqueue_message(snac *snac, const xs_dict *msg); |