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
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.
The text was updated successfully, but these errors were encountered:
⚠️ It looks like this issue is labelled as a New Feature but not tied to any GitHub Project. Keep in mind that all new features should be tied to GitHub Projects in order to properly track external CAP software time ⚠️
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.
The text was updated successfully, but these errors were encountered: