Fixed bug in new API

This commit is contained in:
Jordan Sherer 2020-04-05 14:34:45 -04:00
parent c4b2729021
commit d2924487b5

View File

@ -12984,6 +12984,7 @@ void MainWindow::networkMessage(Message const &message)
{"_ID", id}, {"_ID", id},
{"MESSAGES", l}, {"MESSAGES", l},
}); });
return;
} }
if(type == "INBOX.STORE_MESSAGE"){ if(type == "INBOX.STORE_MESSAGE"){
@ -13012,6 +13013,7 @@ void MainWindow::networkMessage(Message const &message)
{"_ID", id}, {"_ID", id},
{"ID", mid}, {"ID", mid},
}); });
return;
} }
// WINDOW.RAISE // WINDOW.RAISE