add request/invite handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user