Batch checking live status for all channels after startup. (#3757)

This commit is contained in:
xel86
2022-05-22 11:51:23 -04:00
committed by GitHub
parent 4239666934
commit dc34c16dbe
5 changed files with 68 additions and 6 deletions
+3
View File
@@ -31,6 +31,8 @@ public:
std::shared_ptr<Channel> getChannelOrEmptyByID(const QString &channelID);
void bulkRefreshLiveStatus();
Atomic<QString> lastUserThatWhisperedMe;
const ChannelPtr whispersChannel;
@@ -74,6 +76,7 @@ private:
BttvEmotes bttv;
FfzEmotes ffz;
QTimer bulkLiveStatusTimer_;
pajlada::Signals::SignalHolder signalHolder_;
};