浏览代码

fix(rtc): enable :logseq.property.view/xxx properties rtc-syncing

rcmerci 7 月之前
父节点
当前提交
336af2a2db
共有 1 个文件被更改,包括 3 次插入12 次删除
  1. 3 12
      deps/db/src/logseq/db/frontend/property.cljs

+ 3 - 12
deps/db/src/logseq/db/frontend/property.cljs

@@ -407,10 +407,7 @@
              [:logseq.property.view/type.list "List View" "list"]
              [:logseq.property.view/type.gallery "Gallery View" "layout-grid"]])
       :properties {:logseq.property/default-value :logseq.property.view/type.table}
-      :queryable? true
-      :rtc {:rtc/ignore-attr-when-init-upload true
-            :rtc/ignore-attr-when-init-download true
-            :rtc/ignore-attr-when-syncing true}}
+      :queryable? true}
 
      :logseq.property.view/feature-type
      {:title "View Feature Type"
@@ -418,10 +415,7 @@
       {:type :keyword
        :public? false
        :hide? true}
-      :queryable? false
-      :rtc {:rtc/ignore-attr-when-init-upload true
-            :rtc/ignore-attr-when-init-download true
-            :rtc/ignore-attr-when-syncing true}}
+      :queryable? false}
 
      :logseq.property.view/group-by-property
      {:title "View group by property"
@@ -429,10 +423,7 @@
       {:type :property
        :public? false
        :hide? true}
-      :queryable? true
-      :rtc {:rtc/ignore-attr-when-init-upload true
-            :rtc/ignore-attr-when-init-download true
-            :rtc/ignore-attr-when-syncing true}}
+      :queryable? true}
 
      :logseq.property.table/sorting {:title "View sorting"
                                      :schema