mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:54:58 +00:00
Step 5 + Review
This commit is contained in:
committed by
Peter Steinberger
parent
2cf444be02
commit
1eab8fa9b0
@@ -17,6 +17,9 @@ export type CrossContextDecoration = {
|
||||
const CONTEXT_GUARDED_ACTIONS = new Set<ChannelMessageActionName>([
|
||||
"send",
|
||||
"poll",
|
||||
"reply",
|
||||
"sendWithEffect",
|
||||
"sendAttachment",
|
||||
"thread-create",
|
||||
"thread-reply",
|
||||
"sticker",
|
||||
@@ -25,6 +28,9 @@ const CONTEXT_GUARDED_ACTIONS = new Set<ChannelMessageActionName>([
|
||||
const CONTEXT_MARKER_ACTIONS = new Set<ChannelMessageActionName>([
|
||||
"send",
|
||||
"poll",
|
||||
"reply",
|
||||
"sendWithEffect",
|
||||
"sendAttachment",
|
||||
"thread-reply",
|
||||
"sticker",
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user