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

Add 'Channel' to send message #19

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

MelanX
Copy link
Contributor

@MelanX MelanX commented Nov 24, 2024

This adds a way to send a message in another channel than the own one.

Closes #18

@ImDevinC
Copy link
Owner

The variable looks to be called user_id which I'm guessing is the target user channel. Can we instead change that to channel_id or something a little easier to understand what it's being used for?

@ImDevinC
Copy link
Owner

Also, can you git commit --amend to change your commit message to match a specific format. Something like feat(message): Add 'Channel' to send message. This will make it show up in the changelog and bump the version number when we do a release.

@MelanX MelanX force-pushed the feature/send-messages-somewhere-else branch from 891b2d9 to 0d24afa Compare November 25, 2024 15:41
@ImDevinC
Copy link
Owner

This looks great, thanks!

@ImDevinC ImDevinC merged commit 37d3e1e into ImDevinC:main Nov 26, 2024
1 check passed
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.

Allow sending messages in different channels
2 participants