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

More updates to the message checker #604

Merged
merged 2 commits into from
Oct 2, 2024
Merged

More updates to the message checker #604

merged 2 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. Wrap search term in double quotes

    This prevents searches from returning messages that include
    "tech support" rather than the magic keyword "tech-support" (with
    the hyphen).
    rebkwok committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0f669ce View commit details
    Browse the repository at this point in the history
  2. Search for missed support messages from today and yesterday

    Slack only allows us to search from a date, not a datetime (times
    can be used too, but they apply to times on every day).
    
    Sometimes, it seems slack's search just doesn't return messages
    for a while. We now make it check for the whole of yesterday
    AND today.
    
    We also don't need to give it a "before" search term.
    rebkwok committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99607a6 View commit details
    Browse the repository at this point in the history