From 699d22a86438a93a12e802e4c39c44416b4ab4a0 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 11 Jun 2025 19:54:07 +0200 Subject: mastoapi: reverted reblog id, as it was breaking things. --- mastoapi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mastoapi.c') diff --git a/mastoapi.c b/mastoapi.c index 2c86ff9..19aa610 100644 --- a/mastoapi.c +++ b/mastoapi.c @@ -1134,10 +1134,6 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg) bst = xs_dict_set(bst, "content", ""); bst = xs_dict_set(bst, "reblog", st); - /* reblogs must have their own id */ - xs *b_id = xs_fmt("%s%s", xs_dict_get(st, "id"), boosted_by_md5); - bst = xs_dict_set(bst, "id", b_id); - xs_free(st); st = bst; } -- cgit v1.2.3