diff options
| author | shtrophic <christoph@liebender.dev> | 2025-02-19 08:56:14 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-02-19 08:56:14 +0100 |
| commit | 2ca7735779e79dbe6fe62f0111a12c145f428d8f (patch) | |
| tree | 16c523a9e7f29576435368165f92c1f34e3c2ab8 /snac.h | |
| parent | 7eb2556f26baf8ff79fcb7388712d8b714efc4f6 (diff) | |
fix ownership-problem of mailinfo
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(const xs_str *msg, int retries); +void enqueue_email(xs_dict *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); |