Test: PityTest - framework/utils cpt idents have no id / moved group to Perspective
parent
788ae51b2f
commit
c177dc00ce
|
@ -125,7 +125,7 @@ namespace pEp {
|
|||
ident = ::new_identity(
|
||||
strdup(address.c_str()),
|
||||
"",
|
||||
"23",
|
||||
"",
|
||||
("partner " + address).c_str());
|
||||
ident->me = false;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue