Display authors name on hover for supported emotes (FFZ only for now) (#1721)

Co-authored-by: Paweł <44851575+zneix@users.noreply.github.com>
This commit is contained in:
Roger Chavez
2020-06-13 05:15:22 -07:00
committed by GitHub
parent f3f8b2d024
commit 1eeb09a78e
5 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
boost::optional<EmotePtr> emote(const EmoteName &name) const;
void loadEmotes();
static void loadChannel(std::weak_ptr<Channel> channel,
const QString &channelId,
const QString &channelId, const QString &userName,
std::function<void(EmoteMap &&)> callback,
bool manualRefresh);