(key: ConversationKey)
| 13 | * from this single helper — a mismatch silently strands the waiter. |
| 14 | */ |
| 15 | export function conversationKeyOf(key: ConversationKey): string { |
| 16 | return `${key.channelId}::${key.scope}`; |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Decode a Slack `block_actions` payload into a bot `InteractionEvent`. |
no outgoing calls
no test coverage detected
searching dependent graphs…