comp refactor and make groups work

This commit is contained in:
2024-02-17 19:30:52 +01:00
parent 7ac62274f4
commit d21dbb43e2
10 changed files with 100 additions and 33 deletions

View File

@ -0,0 +1,16 @@
#pragma once
#include <solanaceae/util/utils.hpp>
#include <solanaceae/tox_messages/components.hpp>
#include <nlohmann/json.hpp>
namespace Message::Components {
// TODO: friend msg id, does not have the same qualities
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(ToxGroupMessageID, id)
// TODO: transfer stuff, needs content rewrite
} // Message::Components