File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ MessageBenchmark::MessageBenchmark(QString name)
6767 seventv::detail::parseEmotes (seventvEmotes->object ()[" emote_set" _L1]
6868 .toObject ()[" emotes" _L1]
6969 .toArray (),
70- false )));
70+ SeventvEmoteSetKind::Channel )));
7171 }
7272
7373 if (bttvEmotes)
Original file line number Diff line number Diff line change 1515#include " providers/bttv/BttvBadges.hpp"
1616#include " providers/chatterino/ChatterinoBadges.hpp"
1717#include " providers/seventv/SeventvBadges.hpp"
18+ #include " providers/seventv/SeventvPersonalEmotes.hpp"
1819#include " providers/twitch/TwitchBadges.hpp"
1920
2021#include < benchmark/benchmark.h>
@@ -106,6 +107,11 @@ class MockMessageApplication : public mock::BaseApplication
106107 return &this ->logging ;
107108 }
108109
110+ SeventvPersonalEmotes *getSeventvPersonalEmotes () override
111+ {
112+ return &this ->seventvPersonalEmotes ;
113+ }
114+
109115 mock::EmptyLogging logging;
110116 AccountController accounts;
111117 mock::EmoteController emotes;
@@ -122,6 +128,7 @@ class MockMessageApplication : public mock::BaseApplication
122128 FfzEmotes ffzEmotes;
123129 SeventvEmotes seventvEmotes;
124130 DisabledStreamerMode streamerMode;
131+ SeventvPersonalEmotes seventvPersonalEmotes;
125132};
126133
127134class MessageBenchmark
You can’t perform that action at this time.
0 commit comments