mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
fixed removal of peers from circles
This commit is contained in:
parent
cba4795911
commit
7e31bdafcf
@ -318,6 +318,8 @@ void CreateCircleDialog::createCircle()
|
||||
RsGxsCircleGroup circle = mCircleGroup; // init with loaded group
|
||||
|
||||
circle.mMeta.mGroupName = std::string(name.toUtf8());
|
||||
circle.mInvitedMembers.clear() ;
|
||||
circle.mLocalFriends.clear() ;
|
||||
|
||||
RsGxsId authorId;
|
||||
switch (ui.idChooser->getChosenId(authorId))
|
||||
|
Loading…
x
Reference in New Issue
Block a user