mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-29 11:56:37 -05:00
GXS Improvements:
- Added Basic CreateCircle Dialog. - Fixed up subscribe in both Posted and GxsChannels, tweaks to GxsForums too. - added update checks in GxsChannels. - made subscribe changes refresh Group List too. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42c6a9282a
commit
c5a323f3cc
14 changed files with 1444 additions and 66 deletions
|
|
@ -352,7 +352,7 @@ void GxsGroupDialog::createGroup()
|
|||
meta.mSignFlags = getGroupSignFlags();
|
||||
|
||||
setCircleParameters(meta);
|
||||
ui.idChooser->getChosenId(meta.mAuthorId);
|
||||
ui.idChooser->getChosenId(meta.mAuthorId);
|
||||
|
||||
if (service_CreateGroup(token, meta))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue