mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-01 13:17:59 +00:00
02a355136f
The rule joins the list it fetches into an alternation, so any regex character in a gitmoji entry would change what the pattern matches. re.escape treats each one as a literal, which is what the match was always meant to do.