mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
ntfy code cleanup
This commit is contained in:
parent
13a0560f7b
commit
82d57557bb
1 changed files with 1 additions and 2 deletions
|
@ -2156,7 +2156,6 @@ void process_queue_item(xs_dict *q_item)
|
|||
int status = 0;
|
||||
|
||||
xs *url = xs_fmt("%s", ntfy_server);
|
||||
//xs *body = xs_fmt("\"text\":\"%s\"}", msg);
|
||||
xs *body = xs_fmt("%s", msg);
|
||||
|
||||
xs *headers = xs_dict_new();
|
||||
|
|
Loading…
Reference in a new issue