Step 5 + Review

This commit is contained in:
Tyler Yust
2026-01-19 20:16:14 -08:00
committed by Peter Steinberger
parent 2cf444be02
commit 1eab8fa9b0
10 changed files with 219 additions and 15 deletions

View File

@@ -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",
]);