What happens when the bug or crash occurs?
given a text replace rule like
find: /^foo$/
replace: +:+1:
sending a message with foo does not add a +1 reaction to the previous message like sending +:+1: does
What is the expected behaviour?
the +:emoji: syntax in text replace rules is handled properly
How do you recreate this bug or crash?
- create a rule with the contents below
find: /^foo$/
replace: +:+1:
- send a message with foo
- notice no reaction is added
- send a message with
+:+1:
- notice a reaction is added
Errors
Replace this text with your crash-log.
Request Agreement
What happens when the bug or crash occurs?
given a text replace rule like
find:
/^foo$/replace:
+:+1:sending a message with
foodoes not add a +1 reaction to the previous message like sending+:+1:doesWhat is the expected behaviour?
the
+:emoji:syntax in text replace rules is handled properlyHow do you recreate this bug or crash?
find:
/^foo$/replace:
+:+1:+:+1:Errors
Request Agreement