diff --git a/index.js b/index.js index b73ed6c..d1319e4 100644 --- a/index.js +++ b/index.js @@ -2410,6 +2410,15 @@ async function dispatchUiMessage (platform, msg, hooks = {}) { } return true } + if (t === 'composer-ime-composing') { + platform.setComposerImeComposing(!!msg.active) + return true + } + if (t === 'retry-link-embed') { + await platform.retryLinkEmbedForMessage(msg.messageId) + pushState() + return true + } if (t === 'create-channel-webhook') { const out = await platform.createChannelWebhook({ channelId: msg.channelId,