mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +00:00
Mastoapi: fixed an error the edited_at field.
This commit is contained in:
parent
5208f9d625
commit
49d707078b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue