@plusscommunities/pluss-core-aws 2.0.25-beta.3 → 2.0.25-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper/hqPublishing.js +2 -0
- package/package.json +1 -1
package/helper/hqPublishing.js
CHANGED
|
@@ -41,6 +41,8 @@ const DEFAULT_PROTECTED_FIELDS = [
|
|
|
41
41
|
"PublishedToSites", // HQ-only field; copies don't carry the multi-site list
|
|
42
42
|
"UnsentNotification", // each copy's notification state is independent
|
|
43
43
|
"Deleted", // cascadeHqRetract is the dedicated path; propagateHqEdit must not touch this
|
|
44
|
+
"UnixTimestamp", // per-copy fan-out timestamp; HQ-source MODIFY must not rewind copies' feed position
|
|
45
|
+
"UnixTimestampReverse", // ↳ paired with UnixTimestamp; same rationale (used as feed-sort key on community sites)
|
|
44
46
|
];
|
|
45
47
|
|
|
46
48
|
// ---------------------------------------------------------------------------
|
package/package.json
CHANGED