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 ability to respond to a message reaction being added or remove #520

Merged
merged 8 commits into from
Oct 28, 2024

Commits on Oct 23, 2024

  1. Add reaction handling

    Steven Arnott committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6ed7ff3 View commit details
    Browse the repository at this point in the history
  2. Example

    Steven Arnott committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    839a42d View commit details
    Browse the repository at this point in the history
  3. Some lint clean up

    Steven Arnott committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4e684ee View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Split add and remove action to seeperate places

    Update example
    Some refactoring in matcher.go
    Steven Arnott committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2e944ad View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Resolve PR comments

    Steven Arnott committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    49172c1 View commit details
    Browse the repository at this point in the history
  2. Switch logic to if "rule.Respond" type

    Steven Arnott committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    422d826 View commit details
    Browse the repository at this point in the history
  3. Added check to isValidHitChatRule where a rule needs one

    of Hear, Respond, ReactionsAdded, or ReactionsRremoved
    Update matcher_tests
    Steven Arnott committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    63542e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Keep the linter happy

    Steven Arnott committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    727b67b View commit details
    Browse the repository at this point in the history