chore: remove dead code and get rid of MSVC warnings (#6024)

This commit is contained in:
nerix
2025-03-03 13:30:11 +01:00
committed by GitHub
parent d7166fae9f
commit cd8247f921
7 changed files with 9 additions and 46 deletions
+1 -1
View File
@@ -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;