Improve probe_detect hook
- Remove Twitter probe from core - Allow hook function to better abort the probe_detect process
This commit is contained in:
parent
4208535c16
commit
a47830990a
2 changed files with 5 additions and 46 deletions
|
@ -477,7 +477,7 @@ Hook data:
|
|||
- **uri** (input): the profile URI.
|
||||
- **network** (input): the target network (can be empty for auto-detection).
|
||||
- **uid** (input): the user to return the contact data for (can be empty for public contacts).
|
||||
- **result** (output): Set by the hook function to indicate a successful detection.
|
||||
- **result** (output): Leave null if address isn't relevant to the connector, set to contact array if probe is successful, false otherwise.
|
||||
|
||||
### support_follow
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue