mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Don't send SuperFox OTP messages to messageClient.
This commit is contained in:
parent
761bf83069
commit
7b27757c2a
@ -9395,6 +9395,7 @@ void MainWindow::replayDecodes ()
|
||||
|
||||
void MainWindow::postDecode (bool is_new, QString const& message)
|
||||
{
|
||||
if (message.contains("$VERIFY$")) return; // Don't send OTP messages to messageClient
|
||||
auto const& decode = message.trimmed ();
|
||||
auto const& parts = decode.left (22).split (' ', SkipEmptyParts);
|
||||
if (parts.size () >= 5)
|
||||
|
Loading…
Reference in New Issue
Block a user