refactor(channels): move read-gate policy to channel plugins (#125136)

* refactor(channels): move read-gate policy to plugins

* test(channels): declare bundled Discord read gates
This commit is contained in:
Peter Steinberger
2026-08-17 01:38:30 -07:00
committed by GitHub
parent fb0e8b145e
commit fcb499a4ce
12 changed files with 110 additions and 59 deletions
+1
View File
@@ -1056,6 +1056,7 @@ export const feishuPlugin: ChannelPlugin<ResolvedFeishuAccount, FeishuProbeResul
collectRuntimeConfigAssignments,
},
actions: {
providerOwnedReadGates: true,
messageActionTargetAliases,
describeMessageTool: describeFeishuMessageTool,
handleAction: async (ctx) => {