proper transfer obj handling (still no sending)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <solanaceae/contact/fwd.hpp>
|
||||
#include <solanaceae/object_store/meta_components_file.hpp> // contains the alias
|
||||
|
||||
#include <solanaceae/message3/registry_message_model.hpp>
|
||||
@@ -36,6 +37,11 @@ namespace ObjectStore::Components {
|
||||
uint32_t transfer_number;
|
||||
};
|
||||
|
||||
// TODO: replace this with something generic
|
||||
struct ToxContact {
|
||||
ContactHandle4 c;
|
||||
};
|
||||
|
||||
// TODO: replace this with something generic
|
||||
struct ToxMessage {
|
||||
// the message, if the ft is visible as a message
|
||||
|
Reference in New Issue
Block a user