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:
thunder2 2015-02-18 23:07:25 +00:00
parent 9e31d2714d
commit 233fab7b6b
2 changed files with 2 additions and 2 deletions

View file

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