mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed typo
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8332 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4643d0cbe7
commit
511bc12ef3
@ -715,7 +715,7 @@ void ChatLobbyWidget::subscribeChatLobbyAtItem(QTreeWidgetItem *item)
|
||||
std::list<RsGxsId> own_ids;
|
||||
// not using rsMsgs->getDefaultIdentityForChatLobby(), to check if we have an identity
|
||||
// to work around the case when the identity was deleted and is invalid
|
||||
// (the chatservervice does not know if a default identity was deleted)
|
||||
// (the chatservice does not know if a default identity was deleted)
|
||||
// only rsIdentity knows the truth at the moment!
|
||||
if(!rsIdentity->getOwnIds(own_ids))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user