added missing own id from group list, and removed possible duplicates in random group ids

This commit is contained in:
csoler 2016-07-06 22:16:05 -04:00
parent 269f9457be
commit a69629cf73
2 changed files with 7 additions and 2 deletions

View file

@ -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;