mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
extended group share keys to Posted
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
adbfa89c7b
commit
6e2df7e0de
11 changed files with 54 additions and 31 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "PostedGroupDialog.h"
|
||||
#include "PostedListWidget.h"
|
||||
#include "PostedUserNotify.h"
|
||||
//#include "gui/channels/ShareKey.h"
|
||||
#include "gui/gxs/GxsGroupShareKey.h"
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
|
||||
#include <retroshare/rsposted.h>
|
||||
|
@ -118,7 +118,7 @@ GxsGroupDialog *PostedDialog::createGroupDialog(TokenQueue *tokenQueue, RsTokenS
|
|||
|
||||
int PostedDialog::shareKeyType()
|
||||
{
|
||||
return 0; //POSTED_KEY_SHARE;
|
||||
return POSTED_KEY_SHARE;
|
||||
}
|
||||
|
||||
GxsMessageFrameWidget *PostedDialog::createMessageFrameWidget(const RsGxsGroupId &groupId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue