mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
fixed removal of board share publish permission entry in drop menu
This commit is contained in:
parent
d62506479e
commit
ab12f531d0
@ -192,7 +192,8 @@ GxsGroupDialog *PostedDialog::createGroupDialog(GxsGroupDialog::Mode mode, RsGxs
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user