chore: remove dead code and get rid of MSVC warnings (#6024)
This commit is contained in:
@@ -512,7 +512,7 @@ void IrcMessageHandler::handleClearMessageMessage(Communi::IrcMessage *message)
|
||||
|
||||
QString targetID = tags.value("target-msg-id").toString();
|
||||
|
||||
auto msg = chan->findMessage(targetID);
|
||||
auto msg = chan->findMessageByID(targetID);
|
||||
if (msg == nullptr)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user