Impersonations during mentions on commentsIssue When users are @ mentioned in the comments of records 'impersonation.start' and 'impersonation.ends' events can be triggered against their name.Users writing the comment will perform the impersonation even if they do not have roles or permissions to impersonate.CauseThe impersonations are triggered during @ mentions to determine if the mentioned user can read the target record.ResolutionImpersonation during mentions can be stopped by setting the 'glide.ui.mentions.check_record_visibility' property to false.This will no longer check if mentioned users can read the target record.