Made emote tooltips use author's displayName consistently (#2267)

This commit is contained in:
Paweł
2020-12-12 16:15:49 +01:00
committed by GitHub
parent dcebcd4456
commit 155b40985b
5 changed files with 27 additions and 18 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ public:
boost::optional<EmotePtr> emote(const EmoteName &name) const;
void loadEmotes();
static void loadChannel(std::weak_ptr<Channel> channel,
const QString &channelId, const QString &userName,
const QString &channelId,
const QString &channelDisplayName,
std::function<void(EmoteMap &&)> callback,
bool manualRefresh);