mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 22:44:36 +00:00
fix(slack): pass account token for draft final chat.update
This commit is contained in:
@@ -123,6 +123,7 @@ export async function dispatchPreparedSlackMessage(prepared: PreparedSlackMessag
|
|||||||
draftStream?.stop();
|
draftStream?.stop();
|
||||||
try {
|
try {
|
||||||
await ctx.app.client.chat.update({
|
await ctx.app.client.chat.update({
|
||||||
|
token: ctx.botToken,
|
||||||
channel: draftChannelId,
|
channel: draftChannelId,
|
||||||
ts: draftMessageId,
|
ts: draftMessageId,
|
||||||
text: finalText.trim(),
|
text: finalText.trim(),
|
||||||
|
|||||||
Reference in New Issue
Block a user