mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
added missing own id from group list, and removed possible duplicates in random group ids
This commit is contained in:
parent
269f9457be
commit
a69629cf73
2 changed files with 7 additions and 2 deletions
|
@ -305,6 +305,9 @@ void FriendSelectionWidget::secured_fillList()
|
|||
else
|
||||
rsPeers->getGPGAcceptedList(gpgIds);
|
||||
|
||||
// add own pgp id to the list
|
||||
gpgIds.push_back(rsPeers->getGPGOwnId()) ;
|
||||
|
||||
std::list<RsPeerId> sslIds;
|
||||
std::list<RsPeerId>::iterator sslIt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue