Skip to content

Commit

Permalink
setting transfer options for threads
Browse files Browse the repository at this point in the history
  • Loading branch information
minarin0179 committed Oct 16, 2024
1 parent ed511ec commit 2405ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transferMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const transferMessage = async (
? await destination.threads.create({ name })
: await newMessage.startThread({ name });

await transferAllMessages(thread, newThread);
await transferAllMessages(thread, newThread, options);
}
} catch (e: any) {
// emptyメッセージだったら無視
Expand Down

0 comments on commit 2405ec4

Please sign in to comment.