EVENTS.txt 541 B

12345678
  1. RemoteFollowConnectProfile: when the plugin is "one url away" from redirecting to the remote follower instance; federation plugins must find and retrieve the url for redirection
  2. - User $target local user to be followed
  3. - string $profile remote follower's ID
  4. - string|null &$url url for redirection
  5. RemoteFollowPullProfile: when the plugin needs to pull the remote profile from its uri; federation plugins must pull, store and retrieve the profile's local object
  6. - string $uri the remote profile's uri
  7. - null|Profile &$profile pulled profile