refactor: share parsed channel allowlist prompts

This commit is contained in:
Peter Steinberger
2026-03-23 01:45:58 +00:00
parent 7d032ed38c
commit 583bea001c
9 changed files with 297 additions and 147 deletions

View File

@@ -40,6 +40,8 @@ export {
createAccountScopedGroupAccessSection,
createAllowFromSection,
createLegacyCompatChannelDmPolicy,
createNestedChannelParsedAllowFromPrompt,
createPromptParsedAllowFromForAccount,
createNestedChannelAllowFromSetter,
createNestedChannelDmPolicy,
createNestedChannelDmPolicySetter,
@@ -47,6 +49,7 @@ export {
createTopLevelChannelDmPolicy,
createTopLevelChannelDmPolicySetter,
createTopLevelChannelGroupPolicySetter,
createTopLevelChannelParsedAllowFromPrompt,
mergeAllowFromEntries,
normalizeAllowFromEntries,
noteChannelLookupFailure,