upd: get alt and blurhash on media
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user