When guest users are allowed to comment on pages, they are invited to provide a name attached to their comment. However this name is currently never stored in the events and so it cannot be used when displaying the notifications: right now the notifications for comments with guest are always displaying "Unknown user". We should store the provided username as a parameter of the event and retrieve it when displaying the notification. |