diff --git a/TODO.txt b/TODO.txt index aff9719a9..27b87467b 100644 --- a/TODO.txt +++ b/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 diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp index c59d12ec0..1a739d53a 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp @@ -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)