Fixed bug in new API
This commit is contained in:
parent
c4b2729021
commit
d2924487b5
@ -12984,6 +12984,7 @@ void MainWindow::networkMessage(Message const &message)
|
||||
{"_ID", id},
|
||||
{"MESSAGES", l},
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if(type == "INBOX.STORE_MESSAGE"){
|
||||
@ -13012,6 +13013,7 @@ void MainWindow::networkMessage(Message const &message)
|
||||
{"_ID", id},
|
||||
{"ID", mid},
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
// WINDOW.RAISE
|
||||
|
Loading…
Reference in New Issue
Block a user