Open estrattonbailey opened 3 weeks ago
This PR adds a match: MuteWordMatch prop to the muted-word cause type. Previous logic was checking for truthy/falsy values, so the migration was pretty straightforward. This requires no change to the matching logic itself.
match: MuteWordMatch
muted-word
cause
Matching logic now:
MuteWordMatch | null
toBeTruthy
toBeNull
This PR adds a
match: MuteWordMatch
prop to themuted-word
cause
type. Previous logic was checking for truthy/falsy values, so the migration was pretty straightforward. This requires no change to the matching logic itself.Matching logic now:
MuteWordMatch | null
instead of a booleantoBeTruthy
andtoBeNull
muted-word
cause