mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
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:
committed by
GitHub
parent
fb0e8b145e
commit
fcb499a4ce
@@ -1056,6 +1056,7 @@ export const feishuPlugin: ChannelPlugin<ResolvedFeishuAccount, FeishuProbeResul
|
||||
collectRuntimeConfigAssignments,
|
||||
},
|
||||
actions: {
|
||||
providerOwnedReadGates: true,
|
||||
messageActionTargetAliases,
|
||||
describeMessageTool: describeFeishuMessageTool,
|
||||
handleAction: async (ctx) => {
|
||||
|
||||
Reference in New Issue
Block a user