Hi guys it seems that the functionality on the notification part is not yet complete
Specifically on line 45 of the file class-aal-notifications.php located in
wp-content/plugins/aryo-activity-log/classes/
there is a case loop that checks for the conditions for sending an email
if you add the following piece of code in the switch it will also send emails for the “user” “equals” condition
`case ‘user’:
if ( $n_value == $args[‘user_id’] )
$notification_matched_rules[] = $notification_rule;
break;`