Actually use the renote reply
ci/woodpecker/push/ociImagePush Pipeline is running
Details
ci/woodpecker/push/ociImagePush Pipeline is running
Details
This commit is contained in:
parent
bbc4f84ceb
commit
9f633d0749
|
@ -151,7 +151,7 @@ impl FromQueryResult for NoteData {
|
||||||
user: user::Model::from_query_result(res, RENOTE_USER)?,
|
user: user::Model::from_query_result(res, RENOTE_USER)?,
|
||||||
avatar: drive_file::Model::from_query_result_optional(res, RENOTE_USER_AVATAR)?,
|
avatar: drive_file::Model::from_query_result_optional(res, RENOTE_USER_AVATAR)?,
|
||||||
banner: drive_file::Model::from_query_result_optional(res, RENOTE_USER_BANNER)?,
|
banner: drive_file::Model::from_query_result_optional(res, RENOTE_USER_BANNER)?,
|
||||||
reply: None,
|
reply: renote_reply,
|
||||||
renote: None,
|
renote: None,
|
||||||
}))
|
}))
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue