Fix crash resulting from a mutex deadlock when switching users (#4675)
This commit is contained in:
@@ -34,6 +34,8 @@ private:
|
||||
std::shared_ptr<MessageThread> thread_;
|
||||
// The channel that the reply thread is in
|
||||
ChannelPtr channel_;
|
||||
// The channel for the `threadView`
|
||||
ChannelPtr virtualChannel_;
|
||||
Split *split_;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user