Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post Resume images in threads #449

Merged
merged 3 commits into from
Mar 5, 2023
Merged

Post Resume images in threads #449

merged 3 commits into from
Mar 5, 2023

Conversation

justin-ys
Copy link
Contributor

Summary of Changes

Resume image conversions are now posted in a separate thread. Resolves #427.

// Send the image back to the channel
const preview_message = await message.channel.send({
// Send the image back to the channel as a thread
const botMessage = await message.channel.send('Converting Resume...');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good if the thread could be created from the message containing the PDF file, instead of from this newly sent message.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this as well.

// Send the image back to the channel
const preview_message = await message.channel.send({
// Send the image back to the channel as a thread
const botMessage = await message.channel.send('Converting Resume...');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this as well.

Copy link
Collaborator

@mcpenguin mcpenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Collaborator

@Picowchew Picowchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice work!

@justin-ys justin-ys merged commit 26062b4 into main Mar 5, 2023
@justin-ys justin-ys deleted the issue#-427 branch March 5, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate resume pdf->image conversion with threads
3 participants