commit 49d707078b7bd5758bc06fedb03e7e074d2b9586
parent 5208f9d625364293e84c5cb27045ba3f3d6914cf
Author: default <nobody@localhost>
Date: Fri, 19 Jan 2024 09:35:42 +0100
Mastoapi: fixed an error the edited_at field.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mastoapi.c b/mastoapi.c
@@ -993,7 +993,7 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg)
tmp = fd2;
}
- st = xs_dict_append(st, "edited_at", fd2);
+ st = xs_dict_append(st, "edited_at", tmp);
if (strcmp(type, "Question") == 0) {
xs *poll = mastoapi_poll(snac, msg);