mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-01 17:46:52 -04:00
fixed removal of board share publish permission entry in drop menu
This commit is contained in:
parent
d62506479e
commit
ab12f531d0
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ GxsGroupDialog *PostedDialog::createGroupDialog(GxsGroupDialog::Mode mode, RsGxs
|
||||||
|
|
||||||
int PostedDialog::shareKeyType()
|
int PostedDialog::shareKeyType()
|
||||||
{
|
{
|
||||||
return POSTED_KEY_SHARE;
|
//return POSTED_KEY_SHARE;
|
||||||
|
return 0; // Boards are public. By the time we offer the possibility to make them restricted, we need to not show the 'share publish permission' entry in the drop menu.
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsMessageFrameWidget *PostedDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
GxsMessageFrameWidget *PostedDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue