add receive confirmaton to tox friend messages

This commit is contained in:
2024-01-12 14:05:56 +01:00
parent a5da51a428
commit 75ed1dffeb
4 changed files with 44 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ constexpr entt::id_type entt::type_hash<x>::value() noexcept { \
// cross compile(r) stable ids
DEFINE_COMP_ID(Message::Components::ToxFriendMessageID)
DEFINE_COMP_ID(Message::Components::ToxGroupMessageID)
DEFINE_COMP_ID(Message::Components::Transfer::ToxTransferFriend)
DEFINE_COMP_ID(Message::Components::Transfer::FileID)