mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-12 19:50:03 +05:00
commit
03d24e04a4
@ -616,7 +616,7 @@ bool AuthPGP::AllowConnection(const RsPgpId& gpg_id, bool accept)
|
||||
instance()->mPgpHandler->setAcceptConnexion(gpg_id,accept) ;
|
||||
}
|
||||
|
||||
instance()->IndicateConfigChanged();
|
||||
instance()->IndicateConfigChanged(RsConfigMgr::CheckPriority::SAVE_NOW);
|
||||
|
||||
RsServer::notify()->notifyListChange(NOTIFY_LIST_FRIENDS, accept ? NOTIFY_TYPE_ADD : NOTIFY_TYPE_DEL);
|
||||
|
||||
|
||||
@ -2101,6 +2101,7 @@ bool p3PeerMgrIMPL::setLocation(const RsPeerId &id, const std::string &locati
|
||||
mOwnState.location = location;
|
||||
changed = true;
|
||||
}
|
||||
IndicateConfigChanged(RsConfigMgr::CheckPriority::SAVE_LESS); /**** INDICATE MSG CONFIG CHANGED! *****/
|
||||
return changed;
|
||||
}
|
||||
|
||||
@ -2112,6 +2113,7 @@ bool p3PeerMgrIMPL::setLocation(const RsPeerId &id, const std::string &locati
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
IndicateConfigChanged(RsConfigMgr::CheckPriority::SAVE_LESS); /**** INDICATE MSG CONFIG CHANGED! *****/
|
||||
return changed;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user