refactor: align combined JSON gossip keys with dedicated mixins
Delegate combined mixins (slash/oauth/invite/permission/worker) use the same gossip keysField and initMethod as dedicated *-json-mixin.js modules. Extract platform-message-enrichment.js and platform-delivery-receipts-imports.js from index.js (~38 lines removed). Mesh ingest and heal behavior unchanged. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
'use strict'
|
||||
|
||||
/** Re-export subset of pearcord-delivery-receipts used by PearcordPlatform (keeps index.js lean). */
|
||||
module.exports = require('pearcord-delivery-receipts')
|
||||
Reference in New Issue
Block a user