mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
fixed removal of peers from circles
This commit is contained in:
parent
cba4795911
commit
7e31bdafcf
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,8 @@ void CreateCircleDialog::createCircle()
|
||||||
RsGxsCircleGroup circle = mCircleGroup; // init with loaded group
|
RsGxsCircleGroup circle = mCircleGroup; // init with loaded group
|
||||||
|
|
||||||
circle.mMeta.mGroupName = std::string(name.toUtf8());
|
circle.mMeta.mGroupName = std::string(name.toUtf8());
|
||||||
|
circle.mInvitedMembers.clear() ;
|
||||||
|
circle.mLocalFriends.clear() ;
|
||||||
|
|
||||||
RsGxsId authorId;
|
RsGxsId authorId;
|
||||||
switch (ui.idChooser->getChosenId(authorId))
|
switch (ui.idChooser->getChosenId(authorId))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue