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 the ability to send messages to a private channel and update help text to use channel name #51

Merged
merged 2 commits into from
Aug 29, 2023

Commits on Aug 28, 2023

  1. Add support for sending to private channels

    This commit adds `private_channel` to the types of channel that can
    have messages sent to it.
    
    Co-authored-by: Robin Neatherway <[email protected]>
    ACyphus and rneatherway committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cdba7b5 View commit details
    Browse the repository at this point in the history
  2. Change id to name in help text for channel selection

    In my experience, using the channel name is more reliable than using
    the channel id. This commit changes the help text to recommend
    using the channel name
    ACyphus committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    71a6f2b View commit details
    Browse the repository at this point in the history