mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
Hide share of key in forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9e31d2714d
commit
233fab7b6b
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ GxsGroupDialog *GxsForumsDialog::createGroupDialog(TokenQueue *tokenQueue, RsTok
|
|||
|
||||
int GxsForumsDialog::shareKeyType()
|
||||
{
|
||||
return FORUM_KEY_SHARE;
|
||||
return 0; // Forums are public
|
||||
}
|
||||
|
||||
GxsMessageFrameWidget *GxsForumsDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue