-
Notifications
You must be signed in to change notification settings - Fork 154
Discord threads #191
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
Discord threads #191
Conversation
change example `notify -version` to `notify -verbose`. It's a small typo.
Fix a typo mistake in README.md
…es to specific chat threads. Implement optional threads setting for discord provider.
|
Kudos, SonarCloud Quality Gate passed! |
|
Kudos, SonarCloud Quality Gate passed! |
ehsandeep
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @CodyCline, apologies for the delayed response on this; curious how discord_thread_id can be obtained. Is the user supposed to do this manually?
|
@ehsandeep No worries on delayed response. As for the optional
References:
|
|
Thank you for sharing this information @CodyCline. |








#190
Essentially, I copied how message threads were implemented in the slack provider but for the discord one. This pr also fixes a minor bug where the optional
discord_avatar_urlanddiscord_usernamewere not being passed into theshoutrrrlibrary as url params.