start with messages (no fragments get created yet)

This commit is contained in:
2024-02-13 14:48:38 +01:00
parent e67d7d37b5
commit 2bc30ffcdc
5 changed files with 213 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <solanaceae/contact/contact_model3.hpp>
#include <solanaceae/message3/registry_message_model.hpp>
#include <solanaceae/message3/message_time_sort.hpp>
#include "./fragment_store/message_fragment_store.hpp"
#include <solanaceae/plugin/plugin_manager.hpp>
#include <solanaceae/toxcore/tox_event_logger.hpp>
#include "./tox_private_impl.hpp"
@ -50,6 +51,7 @@ struct MainScreen final : public Screen {
Contact3Registry cr;
RegistryMessageModel rmm;
MessageTimeSort mts;
MessageFragmentStore mfs;
ToxEventLogger tel{std::cout};
ToxClient tc;