Changing this line
recipients.add('users:' + user.id(), user);
Why the code does not accept such data
recipients.add('users:' + user.startUser(), user);
and
recipients.add('users:' + user.start_user_id(), user);
I also noticed that the data is taken from the kernel but where I can not find