1
This commit is contained in:
@@ -3322,7 +3322,10 @@ fn record_custom_world_profile_like_record(
|
||||
.filter(|row| row.owner_user_id == existing.owner_user_id)
|
||||
.map(|row| build_custom_world_gallery_entry_snapshot(ctx, &row))
|
||||
.ok_or_else(|| "custom_world gallery_entry 不存在".to_string())?;
|
||||
return Ok((build_custom_world_profile_snapshot(&existing), gallery_entry));
|
||||
return Ok((
|
||||
build_custom_world_profile_snapshot(&existing),
|
||||
gallery_entry,
|
||||
));
|
||||
}
|
||||
|
||||
// 中文注释:点赞关系表先保证一人一作品一次,再递增公开作品计数,避免前端重复点击造成热度膨胀。
|
||||
|
||||
Reference in New Issue
Block a user