diff options
Diffstat (limited to 'mastoapi.c')
| -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); |