Add #channel in mentions usercard and search popup (#2802)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
- Minor: Made "#channel" in `/mentions` tab show in usercards and in the search popup. (#2802)
|
||||||
- Minor: Added settings to disable custom FrankerFaceZ VIP/mod badges. (#2693, #2759)
|
- Minor: Added settings to disable custom FrankerFaceZ VIP/mod badges. (#2693, #2759)
|
||||||
|
|
||||||
## 2.3.2
|
## 2.3.2
|
||||||
|
|||||||
@@ -1013,6 +1013,9 @@ MessageElementFlags ChannelView::getFlags() const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this->sourceChannel_ == app->twitch.server->mentionsChannel)
|
||||||
|
flags.set(MessageElementFlag::ChannelName);
|
||||||
|
|
||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user