fix: subscribed threads not being marked as subscribed (#5668)
This commit is contained in:
@@ -2382,6 +2382,11 @@ void MessageBuilder::parseThread(const QString &messageContent,
|
||||
this->message().replyParent = parent;
|
||||
thread->addToThread(std::weak_ptr{this->message_});
|
||||
|
||||
if (thread->subscribed())
|
||||
{
|
||||
this->message().flags.set(MessageFlag::SubscribedThread);
|
||||
}
|
||||
|
||||
// enable reply flag
|
||||
this->message().flags.set(MessageFlag::ReplyMessage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user