fix: remove bundled channel startup reentry

This commit is contained in:
Peter Steinberger
2026-04-04 15:38:41 +01:00
parent b9201e8333
commit 4dbc66b1ed
22 changed files with 160 additions and 38 deletions

View File

@@ -23,15 +23,19 @@ export {
createLegacyCompatChannelDmPolicy,
createStandardChannelSetupStatus,
mergeAllowFromEntries,
noteChannelLookupFailure,
noteChannelLookupSummary,
parseSetupEntriesAllowingWildcard,
parseMentionOrPrefixedId,
patchChannelConfigForAccount,
promptResolvedAllowFrom,
promptLegacyChannelAllowFromForAccount,
promptParsedAllowFromForAccount,
resolveEntriesWithOptionalToken,
resolveSetupAccountId,
setAccountAllowFromForChannel,
setSetupChannelEnabled,
splitSetupEntries,
} from "../channels/plugins/setup-wizard-helpers.js";
export { createAllowlistSetupWizardProxy } from "../channels/plugins/setup-wizard-proxy.js";