重新开启抓大鹅作品公开显示
This commit is contained in:
@@ -32,10 +32,11 @@ pub fn public_work_gallery_entry(ctx: &AnonymousViewContext) -> Vec<PublicWorkGa
|
||||
.into_iter()
|
||||
.map(map_wooden_fish_gallery_entry),
|
||||
);
|
||||
// 中文注释:SpacetimeDB 2.2 的匿名 view 只能走索引读取;当前抓大鹅 source view 的
|
||||
// publication_status 索引在源表更新触发统一 read model 刷新时可能初始化 panic。
|
||||
// 后台可见性操作优先不能打爆模块实例,抓大鹅公开入口暂时保留玩法专用路径,待
|
||||
// source projection 表替代索引 view 后再重新并入统一公开列表。
|
||||
entries.extend(
|
||||
match3d_gallery_view(ctx)
|
||||
.into_iter()
|
||||
.map(map_match3d_gallery_entry),
|
||||
);
|
||||
entries.extend(
|
||||
square_hole_gallery_view(ctx)
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user