For channel wildcard mentions, the class in the corresponding HTML used to be the same as the user mentions (class="user-mention"), but now there's an additional class added. Now it looks like the following: class="user-mention channel-wildcard-mention".
For channel wildcard mentions, the class in the corresponding HTML used to be the same as the user mentions (
class="user-mention"
), but now there's an additional class added. Now it looks like the following:class="user-mention channel-wildcard-mention"
.Fixes: #1064