upd: get alt and blurhash on media
This commit is contained in:
parent
62b2c31655
commit
c10f785614
3 changed files with 5 additions and 3 deletions
|
|
@ -204,8 +204,8 @@ namespace MisskeyAPI {
|
|||
width: f.properties.width,
|
||||
height: f.properties.height
|
||||
},
|
||||
description: null,
|
||||
blurhash: null
|
||||
description: f.comment ? f.comment : null,
|
||||
blurhash: f.blurhash ? f.blurhash : null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue