friends: accept incoming

This commit is contained in:
ouwou
2021-05-11 04:06:23 -04:00
parent 06ba3acc93
commit 858fd8ce62
6 changed files with 48 additions and 11 deletions

View File

@@ -653,3 +653,9 @@ struct FriendRequestObject {
friend void to_json(nlohmann::json &j, const FriendRequestObject &m);
};
struct PutRelationshipObject {
std::optional<RelationshipType> Type;
friend void to_json(nlohmann::json &j, const PutRelationshipObject &m);
};