mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 16:44:45 +00:00
refactor: centralize channel ingress access
This commit is contained in:
@@ -50,6 +50,9 @@ export const pluginSdkDocMetadata = {
|
||||
"plugin-test-runtime": {
|
||||
category: "utilities",
|
||||
},
|
||||
"access-groups": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-actions": {
|
||||
category: "channel",
|
||||
},
|
||||
@@ -68,6 +71,12 @@ export const pluginSdkDocMetadata = {
|
||||
"channel-pairing": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-ingress": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-ingress-runtime": {
|
||||
category: "channel",
|
||||
},
|
||||
"channel-reply-pipeline": {
|
||||
category: "channel",
|
||||
},
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
"account-resolution",
|
||||
"account-resolution-runtime",
|
||||
"agent-config-primitives",
|
||||
"access-groups",
|
||||
"allow-from",
|
||||
"allowlist-config-edit",
|
||||
"browser-config",
|
||||
@@ -177,6 +178,8 @@
|
||||
"channel-location",
|
||||
"channel-mention-gating",
|
||||
"channel-lifecycle",
|
||||
"channel-ingress",
|
||||
"channel-ingress-runtime",
|
||||
"channel-message",
|
||||
"channel-message-runtime",
|
||||
"channel-pairing",
|
||||
|
||||
Reference in New Issue
Block a user