1
0
Fork 0

Improve probe_detect hook

- Remove Twitter probe from core
- Allow hook function to better abort the probe_detect process
This commit is contained in:
Hypolite Petovan 2021-11-23 17:46:20 -05:00
commit a47830990a
2 changed files with 5 additions and 46 deletions

View file

@ -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