Room mentions need a new html tag to work, which will be <mention-report>, we need to update our ExpensiMarks rules to find room mentions and replace them with the new tag.
Things to keep in mind:
- A message can have more than 1 room mention
- Room names consist of text connected with one or more hyphens and no spaces at all
Details and regex can be found here in the Mentions v2 design doc.
Room mentions need a new html tag to work, which will be
<mention-report>, we need to update our ExpensiMarks rules to find room mentions and replace them with the new tag.Things to keep in mind:
Details and regex can be found here in the Mentions v2 design doc.