mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
Fixed: backward comptiblity
This commit is contained in:
parent
bef75408da
commit
c33107c1cc
2 changed files with 8 additions and 13 deletions
|
|
@ -102,9 +102,10 @@ IdentityHandler::IdentityHandler(StateTokenServer *sts, RsNotify *notify, RsIden
|
|||
mNotify->registerNotifyClient(this);
|
||||
|
||||
addResourceHandler("*", this, &IdentityHandler::handleWildcard);
|
||||
//addResourceHandler("own", this, &IdentityHandler::handleOwn);
|
||||
addResourceHandler("own", this, &IdentityHandler::handleOwnIdsRequest);
|
||||
addResourceHandler("notown", this, &IdentityHandler::handleNotOwnIdsRequest);
|
||||
addResourceHandler("own", this, &IdentityHandler::handleOwn);
|
||||
|
||||
addResourceHandler("own_ids", this, &IdentityHandler::handleOwnIdsRequest);
|
||||
addResourceHandler("notown_ids", this, &IdentityHandler::handleNotOwnIdsRequest);
|
||||
|
||||
addResourceHandler("create_identity", this, &IdentityHandler::handleCreateIdentity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue