mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-26 19:31:08 -04:00
Bug fix (by Phenom) for this bug:
Find a channel where: -the publish right is shared with everyone -you are not subscribed When you select the channel, it's content reloads again and again git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
74c184a913
commit
997b3c2dc2
1 changed files with 1 additions and 1 deletions
|
@ -3106,7 +3106,7 @@ bool p3GroupDistrib::locked_updateGroupPublishKey(GroupInfo &info, RsDistribGrp
|
|||
#endif
|
||||
|
||||
/* if we have full key already - ignore */
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/* need to update key */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue