Phase 748: extract thread/forum export and schedule mixins
Non-breaking refactor: move thread archive and forum tag palette export, discovery listing push/revoke scheduling and listing delta hints, member page debounce scheduling, guild sync attachment pull scheduling, and reaction tombstone key helper out of platform-pearcord-platform-class.js. Manifest rows 85→88; runtime registry 25→28. Sync and discovery scheduling unchanged. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Ordered PearcordPlatform prototype mixin registration (Phase 730).
|
||||
* Preserves assign order from index.js / apply-platform-mixins (Phase 727).
|
||||
*/
|
||||
const PLATFORM_MIXIN_ASSIGNMENT_COUNT = 85
|
||||
const PLATFORM_MIXIN_ASSIGNMENT_COUNT = 88
|
||||
|
||||
const PLATFORM_MIXIN_ASSIGNMENTS = [
|
||||
{ module: './polls-scheduling', export: 'pollSchedulingMixin' },
|
||||
@@ -91,6 +91,9 @@ const PLATFORM_MIXIN_ASSIGNMENTS = [
|
||||
{ module: './platform-guild-sparse-sync-qos-mixin', export: 'platformGuildSparseSyncQosMixin' },
|
||||
{ module: './platform-guild-contacts-presence-mixin', export: 'platformGuildContactsPresenceMixin' },
|
||||
{ module: './platform-voice-mesh-state-mixin', export: 'platformVoiceMeshStateMixin' },
|
||||
{ module: './platform-guild-thread-forum-export-mixin', export: 'platformGuildThreadForumExportMixin' },
|
||||
{ module: './platform-discovery-listing-schedule-mixin', export: 'platformDiscoveryListingScheduleMixin' },
|
||||
{ module: './platform-guild-member-sync-schedule-mixin', export: 'platformGuildMemberSyncScheduleMixin' },
|
||||
{ module: './platform-diagnostics-mixin', export: 'platformDiagnosticsMixin' }
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user