Skip to main content

row_to_public_comment

Function row_to_public_comment 

Source
pub fn row_to_public_comment(row: &Row) -> PublicComment
Expand description

将数据库行转换为前端展示的公开评论结构。

调用方查询须 LEFT JOIN users 并提供 user_id / user_display_name / user_avatar 三列(匿名评论为 NULL)。