mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Fixup missing parametersin circle creation
This commit is contained in:
parent
1705a930d4
commit
ce3e2a2c9d
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ bool p3GxsCircles::createCircle(
|
|||
cData.mMeta.mAuthorId = authorId;
|
||||
cData.mMeta.mCircleType = static_cast<uint32_t>(circleType);
|
||||
cData.mMeta.mGroupFlags = GXS_SERV::FLAG_PRIVACY_PUBLIC;
|
||||
cData.mMeta.mCircleId = restrictedId;
|
||||
cData.mLocalFriends = localMembers;
|
||||
cData.mInvitedMembers = gxsIdMembers;
|
||||
|
||||
uint32_t token;
|
||||
createGroup(token, cData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue