summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-25 21:02:47 +0200
committerdefault <nobody@localhost>2022-09-25 21:02:47 +0200
commite132ce5076db459642b07b7e85af80f4c353edf7 (patch)
tree63c823f0d3b023647031a2e02c058a6a9bbc7564 /data.c
parentfcf9329449e59fe4cce179ad4e5282d87ed5f1f4 (diff)
New function msg_actor().
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/data.c b/data.c
index 3167d28..06119c7 100644
--- a/data.c
+++ b/data.c
@@ -601,8 +601,6 @@ void timeline_admire(snac *snac, char *id, char *admirer, int like)
msg = xs_dict_set(msg, "_snac", meta);
- xs *j1 = xs_json_dumps_pp(msg, 4);
-
unlink(ofn);
_timeline_write(snac, id, msg, xs_dict_get(meta, "parent"));