FossilOrigin-Name: d19d4507d9d08bc3e5a5f21119ecb17ca8e57e0972ee8675f1c1577b90842d2e
This commit is contained in:
nekobit 2022-08-11 02:28:50 +00:00
parent f5d35cec7f
commit 483e0831c1

View file

@ -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 }, */