refactor: move Twitch PubSub to use liveupdates (#6638)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -433,12 +433,9 @@ set(SOURCE_FILES
|
||||
providers/twitch/IrcMessageHandler.hpp
|
||||
providers/twitch/PubSubClient.cpp
|
||||
providers/twitch/PubSubClient.hpp
|
||||
providers/twitch/PubSubClientOptions.hpp
|
||||
providers/twitch/PubSubHelpers.hpp
|
||||
providers/twitch/PubSubManager.cpp
|
||||
providers/twitch/PubSubManager.hpp
|
||||
providers/twitch/PubSubMessages.hpp
|
||||
providers/twitch/PubSubWebsocket.hpp
|
||||
providers/twitch/TwitchAccount.cpp
|
||||
providers/twitch/TwitchAccount.hpp
|
||||
providers/twitch/TwitchAccountManager.cpp
|
||||
@@ -886,7 +883,6 @@ if (CHATTERINO_GENERATE_COVERAGE)
|
||||
EXCLUDE "lib/settings/*"
|
||||
EXCLUDE "lib/signals/*"
|
||||
EXCLUDE "lib/sol2/*"
|
||||
EXCLUDE "lib/websocketpp/*"
|
||||
EXCLUDE "lib/WinToast/*"
|
||||
|
||||
EXCLUDE "*/ui_*.h"
|
||||
@@ -918,7 +914,6 @@ target_link_libraries(${LIBRARY_PROJECT}
|
||||
Pajlada::Serialize
|
||||
Pajlada::Settings
|
||||
Pajlada::Signals
|
||||
websocketpp::websocketpp
|
||||
Threads::Threads
|
||||
LRUCache
|
||||
MagicEnum
|
||||
|
||||
Reference in New Issue
Block a user