Made emote tooltips use author's displayName consistently (#2267)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user