EVENTS.txt 683 B

123456789
  1. FillDirectMessageRecipients: after the plugin populates the recipients select-box; federation plugins must add their own recipients; note that only subscriptions should be added
  2. - User $current: Currently logged user
  3. - array &$recipeints: Profiles to be shown in the select-box
  4. DirectMessageProfilePageActions: when about to show the direct message button in someone's profile; federation plugins must validate their users otherwise the button is ommited
  5. - Profile $target: Profile receiving the message button
  6. SendDirectMessage: after storing a new private message; federation plugins must distribute the message to the remote profiles
  7. - Notice $message: Message to be distributed