fix
FossilOrigin-Name: d19d4507d9d08bc3e5a5f21119ecb17ca8e57e0972ee8675f1c1577b90842d2e
This commit is contained in:
parent
f5d35cec7f
commit
483e0831c1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int mstdnt_notification_json(struct mstdnt_notification* notif, cJSON* js)
|
|||
struct _mstdnt_val_ref vals[] = {
|
||||
{ "account", &(notif->account), _mstdnt_val_malloc_account_call },
|
||||
{ "created_at", &(notif->created_at), _mstdnt_val_string_call },
|
||||
{ "emoji", &(notif->created_at), _mstdnt_val_string_call },
|
||||
{ "emoji", &(notif->emoji), _mstdnt_val_string_call },
|
||||
{ "id", &(notif->id), _mstdnt_val_string_call },
|
||||
{ "status", &(notif->status), _mstdnt_val_malloc_status_call },
|
||||
/* { "pleroma", &(notif->pleroma), _mstdnt_val_notif_pleroma_call }, */
|
||||
|
|
Loading…
Reference in a new issue