Now lookup is executed by user.real_name or user.profile.display_name but these can change over time and the notification system would break.
Wouldn’t it be suitable to lookup by user.name which seems to be constant?
Now lookup is executed by user.real_name or user.profile.display_name but these can change over time and the notification system would break.
Wouldn’t it be suitable to lookup by user.name which seems to be constant?