fix and refactor message comperator slightly
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <solanaceae/contact/components.hpp>
|
||||
#include <solanaceae/tox_contacts/components.hpp>
|
||||
#include <solanaceae/message3/components.hpp>
|
||||
#include "./msg_components.hpp"
|
||||
#include "./obj_components.hpp"
|
||||
|
||||
#include <sodium.h>
|
||||
@@ -812,6 +811,8 @@ bool ToxTransferManager::onToxEvent(const Tox_Event_File_Recv_Control* e) {
|
||||
Components::TFTFile2
|
||||
>();
|
||||
|
||||
// TODO: canceled tag with reason??
|
||||
|
||||
//_rmm.throwEventUpdate(transfer);
|
||||
_os.throwEventUpdate(o);
|
||||
} else if (control == TOX_FILE_CONTROL_PAUSE) {
|
||||
|
||||
Reference in New Issue
Block a user