mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
TODO.txt
2
TODO.txt
@ -20,7 +20,7 @@ E [ ] it's not possible to create a Forum thread without a Owner.
|
||||
Bug? If not, then remove "No signature" from selection box
|
||||
[X] the tooltip over GXS ids should show the avatar on the left side.
|
||||
[X] fix data race between GXS ID default icons
|
||||
M [ ] Share of key shows "Not implemented". Since forums are public, share key should be hidden.
|
||||
[X] Share of key shows "Not implemented". Since forums are public, share key should be hidden.
|
||||
|
||||
GUI General
|
||||
E [ ] do we keep "Getting Started" ? the look needs to be improved
|
||||
|
@ -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…
Reference in New Issue
Block a user