Improve reply popup after thread update (#4923)

Co-authored-by: nerix <nero.9@hotmail.de>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2023-11-05 08:25:26 -08:00
committed by GitHub
parent 9dd83b040b
commit 5209e47df1
12 changed files with 177 additions and 59 deletions
+1 -1
View File
@@ -1542,7 +1542,7 @@ void Split::drag()
stopDraggingSplit();
}
void Split::setInputReply(const std::shared_ptr<MessageThread> &reply)
void Split::setInputReply(const MessagePtr &reply)
{
this->input_->setReply(reply);
}