refactor: ChannelView (#4926)

Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
pajlada
2023-10-31 14:54:14 +01:00
committed by GitHub
parent 25c776cfff
commit 7efe58cca9
6 changed files with 386 additions and 346 deletions
+6
View File
@@ -190,6 +190,12 @@ public:
const std::unordered_map<QString, std::weak_ptr<MessageThread>> &threads()
const;
/**
* Get the thread for the given message
* If no thread can be found for the message, create one
*/
std::shared_ptr<MessageThread> getOrCreateThread(const MessagePtr &message);
// Only TwitchChannel may invoke this signal
pajlada::Signals::NoArgSignal userStateChanged;