mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added accept / reject friendship requests
This commit is contained in:
@ -61,7 +61,8 @@ ComunicWeb.common.api.makeAPIrequest = function(apiURI, params, requireLoginToke
|
||||
}
|
||||
|
||||
//We can do the next step
|
||||
nextAction(result);
|
||||
if(nextAction)
|
||||
nextAction(result);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user