add friend requests and group invites

This commit is contained in:
2023-07-29 20:07:22 +02:00
parent b68ef51d64
commit a262ab9d3a
4 changed files with 142 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ DEFINE_COMP_ID(Contact::Components::ToxConfPersistent)
DEFINE_COMP_ID(Contact::Components::ToxConfEhpemeral)
DEFINE_COMP_ID(Contact::Components::ToxGroupPersistent)
DEFINE_COMP_ID(Contact::Components::ToxGroupEphemeral)
DEFINE_COMP_ID(Contact::Components::ToxGroupIncomingRequest)
DEFINE_COMP_ID(Contact::Components::ToxGroupPeerPersistent)
DEFINE_COMP_ID(Contact::Components::ToxGroupPeerEphemeral)