diff options
| author | 2022-09-25 21:02:47 +0200 | |
|---|---|---|
| committer | 2022-09-25 21:02:47 +0200 | |
| commit | e132ce5076db459642b07b7e85af80f4c353edf7 (patch) | |
| tree | 63c823f0d3b023647031a2e02c058a6a9bbc7564 /data.c | |
| parent | Minor tweak in http signatures. (diff) | |
| download | snac2-e132ce5076db459642b07b7e85af80f4c353edf7.tar.gz snac2-e132ce5076db459642b07b7e85af80f4c353edf7.tar.xz snac2-e132ce5076db459642b07b7e85af80f4c353edf7.zip | |
New function msg_actor().
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -601,8 +601,6 @@ void timeline_admire(snac *snac, char *id, char *admirer, int like) | |||
| 601 | 601 | ||
| 602 | msg = xs_dict_set(msg, "_snac", meta); | 602 | msg = xs_dict_set(msg, "_snac", meta); |
| 603 | 603 | ||
| 604 | xs *j1 = xs_json_dumps_pp(msg, 4); | ||
| 605 | |||
| 606 | unlink(ofn); | 604 | unlink(ofn); |
| 607 | 605 | ||
| 608 | _timeline_write(snac, id, msg, xs_dict_get(meta, "parent")); | 606 | _timeline_write(snac, id, msg, xs_dict_get(meta, "parent")); |