fix and refactor message comperator slightly

This commit is contained in:
Green Sky
2025-12-19 16:31:05 +01:00
parent 83367b2d2e
commit 51b81d1a8a
2 changed files with 33 additions and 29 deletions

View File

@@ -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) {