mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05: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
|
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] the tooltip over GXS ids should show the avatar on the left side.
|
||||||
[X] fix data race between GXS ID default icons
|
[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
|
GUI General
|
||||||
E [ ] do we keep "Getting Started" ? the look needs to be improved
|
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()
|
int GxsForumsDialog::shareKeyType()
|
||||||
{
|
{
|
||||||
return FORUM_KEY_SHARE;
|
return 0; // Forums are public
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsMessageFrameWidget *GxsForumsDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
GxsMessageFrameWidget *GxsForumsDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
||||||
|
Loading…
Reference in New Issue
Block a user