mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 01:25:39 -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
|
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…
x
Reference in New Issue
Block a user