Test: PityTest - framework/utils cpt idents have no id / moved group to Perspective

LIB-11
heck 2021-07-11 01:45:20 +02:00
parent 788ae51b2f
commit c177dc00ce
2 changed files with 1 additions and 8 deletions

View File

@ -125,7 +125,7 @@ namespace pEp {
ident = ::new_identity(
strdup(address.c_str()),
"",
"23",
"",
("partner " + address).c_str());
ident->me = false;

View File

@ -106,13 +106,6 @@ namespace pEp {
pEpMessage dup(const ::message *const msg);
pEpMessage kill(::message *const msg);
// Group
struct Group {
std::string name;
std::string moderator;
std::vector<std::string> members;
};
// helpers
pEpIdent createOwnIdent(const std::string &address);
pEpIdent createCptIdent(const std::string &address);