forked from AkkomaGang/akkoma-fe
entity normalizer: add support for opengraph cards
This commit is contained in:
parent
2585dfa4c2
commit
b27ec058ca
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ export const parseStatus = (data) => {
|
|||
|
||||
output.id = String(data.id)
|
||||
output.visibility = data.visibility
|
||||
output.card = data.card
|
||||
output.created_at = new Date(data.created_at)
|
||||
|
||||
// Converting to string, the right way.
|
||||
|
|
Loading…
Reference in a new issue