diff options
| author | 2024-01-19 09:35:42 +0100 | |
|---|---|---|
| committer | 2024-01-19 09:35:42 +0100 | |
| commit | 49d707078b7bd5758bc06fedb03e7e074d2b9586 (patch) | |
| tree | 7b860e5a9b29e38a7535542b0352c2c86f14ff95 | |
| parent | Also process Video in timeline_request(). (diff) | |
| download | snac2-49d707078b7bd5758bc06fedb03e7e074d2b9586.tar.gz snac2-49d707078b7bd5758bc06fedb03e7e074d2b9586.tar.xz snac2-49d707078b7bd5758bc06fedb03e7e074d2b9586.zip | |
Mastoapi: fixed an error the edited_at field.
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -993,7 +993,7 @@ xs_dict *mastoapi_status(snac *snac, const xs_dict *msg) | |||
| 993 | tmp = fd2; | 993 | tmp = fd2; |
| 994 | } | 994 | } |
| 995 | 995 | ||
| 996 | st = xs_dict_append(st, "edited_at", fd2); | 996 | st = xs_dict_append(st, "edited_at", tmp); |
| 997 | 997 | ||
| 998 | if (strcmp(type, "Question") == 0) { | 998 | if (strcmp(type, "Question") == 0) { |
| 999 | xs *poll = mastoapi_poll(snac, msg); | 999 | xs *poll = mastoapi_poll(snac, msg); |