From fc96473f987f3dd6f761cea3c38832a3aa760259 Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Wed, 19 May 2010 23:17:37 +0000 Subject: [PATCH] also alert rs to config changed (save keys after restoring them) + added key backup and restore to p3distrib service git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2960 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/services/p3distrib.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretroshare/src/services/p3distrib.cc b/libretroshare/src/services/p3distrib.cc index 6a4949153..283933ed1 100644 --- a/libretroshare/src/services/p3distrib.cc +++ b/libretroshare/src/services/p3distrib.cc @@ -1767,7 +1767,9 @@ bool p3GroupDistrib::restoreGrpKeys(std::string grpId){ } } + gi->flags |= RS_DISTRIB_SUBSCRIBED; locked_notifyGroupChanged(*gi, GRP_SUBSCRIBED); + IndicateConfigChanged(); mGroupsRepublish = true; ok &= itemAttempted;