zulip / zulip-flutter

Upcoming Zulip mobile apps for Android and iOS, using Flutter
Apache License 2.0
197 stars 192 forks source link

content: Support the new class of channel wildcard mentions #1073

Open sm-sayedi opened 3 days ago

sm-sayedi commented 3 days ago

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