Skip to main content

row_to_feed_item

Function row_to_feed_item 

Source
fn row_to_feed_item(row: &Row) -> FeedItem
Expand description

将数据库行转换为 Feed 条目。

row_to_post_list_item 同款聚合标签写法;published_at 对 空值回退 updated_at(published 状态理论上必有值)。