add request/invite handling

This commit is contained in:
2023-07-29 19:45:37 +02:00
parent 5397fcc5c2
commit 65d253afea
3 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ namespace Contact::Components {
struct TagSelfStrong {};
struct TagBig {};
struct RequestIncoming {
bool name = false;
bool password = false;
};
struct TagRequestOutgoing {};
// self counterpart
struct Self {
Contact3 self;