You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Potentially use regex instead of startswith to determine which paths to announce events for. Would mean that each channel needs to be handled in a vacuum instead of gathering all announcements up front and categorizing by path before traversing the channels to check for matches.
Potentially use regex instead of
startswithto determine which paths to announce events for. Would mean that each channel needs to be handled in a vacuum instead of gathering all announcements up front and categorizing by path before traversing the channels to check for matches.