Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for special use case where the notification target is a …
…user It is now possible to add new notifications like this: notify_user($recipient_guid, $sender_guid, $subject, $body, [ 'action' => 'somea_action', 'object' => $user, // <-- This parameter can now be ElggUser object ]);
- Loading branch information